Html Css Color HEX #472232 Castro

📋 copy color: '#472232'

red 71 ◦ green 34 ◦ blue 50

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

Shades of Castro #472232

Tints of Castro #472232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 45.81%
G = 21.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472232 (or 0x472232) is known color: Castro. HEX triplet: 47, 22 and 32. RGB value is (71,34,50). Sum of RGB (Red+Green+Blue) = 71+34+50=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472232 is #B8DDCD. Grayscale: #2E2E2E. Windows color (decimal): -12115406 or 3285575. OLE color: 3285575.

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

Color convert

RGB 71 34 50 -
CMYK 0 0.52 0.30 0.72
HSL 334.05º 0.35% 0.21% -
HSV(B) 334.05º 0.52% 0.28% -
XYZ 3.75 2.71 3.34 -
YUV 46.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 71 34 50 0 0.52 0.30 0.72 334.05 0.35 0.21
Hex 47 22 32 0 34 1E 48 14E 23 15
Octal 107 42 62 0 64 36 110 516 43 25
Binary 1000111 100010 110010 0 110100 11110 1001000 101001110 100011 10101

Color Harmonies of #472232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472232

Black with #472232

Text Example


Text Example

White with #472232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472232; }

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

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

background-color css

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

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

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

border-color css

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

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

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