Html Css Color HEX #472431 Castro

📋 copy color: '#472431'

red 71 ◦ green 36 ◦ blue 49

#472431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #472431

Tints of Castro #472431

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472431 (or 0x472431) is known color: 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

RGB 71 36 49 -
CMYK 0 0.49 0.31 0.72
HSL 337.71º 0.33% 0.21% -
HSV(B) 337.71º 0.49% 0.28% -
XYZ 3.78 2.82 3.25 -
YUV 47.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 71 36 49 0 0.49 0.31 0.72 337.71 0.33 0.21
Hex 47 24 31 0 31 1F 48 152 21 15
Octal 107 44 61 0 61 37 110 522 41 25
Binary 1000111 100100 110001 0 110001 11111 1001000 101010010 100001 10101

Color Harmonies of #472431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472431

Black with #472431

Text Example


Text Example

White with #472431

Text Example


Text Example

HTML Codes & Css Web 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>