#4F2336

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

Shades of Castro #4F2336

Tints of Castro #4F2336

Color information

#4F2336 (or 0x4F2336) is unknown color: approx Castro. HEX triplet: 4F, 23 and 36. RGB value is (79,35,54). Sum of RGB (Red+Green+Blue) = 79+35+54=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2336 is #B0DCC9. Grayscale: #323232. Windows color (decimal): -11590858 or 3547983. OLE color: 3547983.

HSL color Cylindrical-coordinate representation of color #4F2336: hue angle of 334.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2336 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB793554-
CMYK00.560.320.69
HSL334.09º38.6%22.35%-
HSV(B)334.09º55.7%30.98%-
XYZ4.493.133.86-
YUV50.32130.08148.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=47.02%
G=20.83%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79355400.560.320.69334.0938.622.35
Hex4F2336038204514e2716
Octal1174366070401055164726
Binary10011111000111101100111000100000100010110100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,54); }

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

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

 a { background-color: rgb(79,35,54); }

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

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

 span { border-color: rgb(79,35,54); }

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