#472333

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

Shades of Castro #472333

Tints of Castro #472333

Color information

#472333 (or 0x472333) is unknown color: approx Castro. HEX triplet: 47, 23 and 33. RGB value is (71,35,51). Sum of RGB (Red+Green+Blue) = 71+35+51=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472333 is #B8DCCC. Grayscale: #2F2F2F. Windows color (decimal): -12115149 or 3351367. OLE color: 3351367.

HSL color Cylindrical-coordinate representation of color #472333: hue angle of 333.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472333 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB713551-
CMYK00.510.280.72
HSL333.33º33.96%20.78%-
HSV(B)333.33º50.7%27.84%-
XYZ3.82.783.47-
YUV47.59129.93144.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=45.22%
G=22.29%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71355100.510.280.72333.3333.9620.78
Hex4723330331C4814d2215
Octal1074363063341105154225
Binary1000111100011110011011001111100100100010100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472333; }

 p { color: rgb(71,35,51); }

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

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

 a { background-color: rgb(71,35,51); }

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

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

 span { border-color: rgb(71,35,51); }

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