Html Css Color HEX #472432 Castro

📋 copy color: '#472432'

red 71 ◦ green 36 ◦ blue 50

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

Shades of Castro #472432

Tints of Castro #472432

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 45.22%
G = 22.93%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472432 (or 0x472432) is known color: Castro. HEX triplet: 47, 24 and 32. RGB value is (71,36,50). Sum of RGB (Red+Green+Blue) = 71+36+50=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472432 is #B8DBCD. Grayscale: #303030. Windows color (decimal): -12114894 or 3286087. OLE color: 3286087.

HSL color Cylindrical-coordinate representation of color #472432: hue angle of 336º 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 #472432 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 50 -
CMYK 0 0.49 0.30 0.72
HSL 336º 0.33% 0.21% -
HSV(B) 336º 0.49% 0.28% -
XYZ 3.81 2.83 3.36 -
YUV 48.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 71 36 50 0 0.49 0.30 0.72 336 0.33 0.21
Hex 47 24 32 0 31 1E 48 150 21 15
Octal 107 44 62 0 61 36 110 520 41 25
Binary 1000111 100100 110010 0 110001 11110 1001000 101010000 100001 10101

Color Harmonies of #472432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472432

Black with #472432

Text Example


Text Example

White with #472432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472432; }

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

 H1.HeaderClassName
 {
   color: #472432;
 }
 .AnyTagClassName
 {
   color: #472432;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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