#472431

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

Shades of Castro #472431

Tints of Castro #472431

Color information

#472431 (or 0x472431) is unknown color: approx Castro. HEX triplet: 47, 24 and 31. RGB value is (71,36,49). Sum of RGB (Red+Green+Blue) = 71+36+49=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472431 is #B8DBCE. Grayscale: #2F2F2F. Windows color (decimal): -12114895 or 3220551. OLE color: 3220551.

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

Color convert

RGB713649-
CMYK00.490.310.72
HSL337.71º32.71%20.98%-
HSV(B)337.71º49.3%27.84%-
XYZ3.782.823.25-
YUV47.95128.6144.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=45.51%
G=23.08%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364900.490.310.72337.7132.7120.98
Hex4724310311F481522115
Octal1074461061371105224125
Binary1000111100100110001011000111111100100010101001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472431; }

 p { color: rgb(71,36,49); }

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

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

 a { background-color: rgb(71,36,49); }

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

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

 span { border-color: rgb(71,36,49); }

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