#4F1D2C

Color #4F1D2C Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #4F1D2C

Tints of Castro #4F1D2C

Color information

#4F1D2C (or 0x4F1D2C) is unknown color: approx Castro. HEX triplet: 4F, 1D and 2C. RGB value is (79,29,44). Sum of RGB (Red+Green+Blue) = 79+29+44=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D2C is #B0E2D3. Grayscale: #2D2D2D. Windows color (decimal): -11592404 or 2891087. OLE color: 2891087.

HSL color Cylindrical-coordinate representation of color #4F1D2C: hue angle of 342º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D2C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB792944-
CMYK00.630.440.69
HSL342º46.3%21.18%-
HSV(B)342º63.29%30.98%-
XYZ4.122.722.69-
YUV45.66127.06151.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 51.97%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=51.97%
G=19.08%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79294400.630.440.6934246.321.18
Hex4F1D2C03F2C451562e15
Octal1173554077541055265625
Binary1001111111011011000111111101100100010110101011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F1D2C; }

 p { color: rgb(79,29,44); }

 H1.HeaderClassName
 {
   color: #4F1D2C;
 }
 .AnyTagClassName
 {
   color: #4F1D2C;
 }
</style>
background-color css

<style>
 a { background-color: #4F1D2C; }

 a { background-color: rgb(79,29,44); }

 div.DivClassName
 {
   background-color: #4F1D2C;
 }
 .BgClassName
 {
   background-color: #4F1D2C;
 }
</style>
border-color css

<style>
 span { border-color: #4F1D2C; }

 span { border-color: rgb(79,29,44); }

 td.TdClassName
 {
   border-color: #4F1D2C;
 }
 .TagClassName
 {
   border-color: #4F1D2C;
 }
</style>