#472B33

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

Shades of Castro #472B33

Tints of Castro #472B33

Color information

#472B33 (or 0x472B33) is unknown color: approx Castro. HEX triplet: 47, 2B and 33. RGB value is (71,43,51). Sum of RGB (Red+Green+Blue) = 71+43+51=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B33 is #B8D4CC. Grayscale: #343434. Windows color (decimal): -12113101 or 3353415. OLE color: 3353415.

HSL color Cylindrical-coordinate representation of color #472B33: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B33 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB714351-
CMYK00.390.280.72
HSL342.86º24.56%22.35%-
HSV(B)342.86º39.44%27.84%-
XYZ4.063.313.56-
YUV52.28127.28141.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=43.03%
G=26.06%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71435100.390.280.72342.8624.5622.35
Hex472B330271C481571916
Octal1075363047341105273126
Binary100011110101111001101001111110010010001010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472B33; }

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

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

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

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

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

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

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

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