Html Css Color HEX #472032 Castro

📋 copy color: '#472032'

red 71 ◦ green 32 ◦ blue 50

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

Shades of Castro #472032

Tints of Castro #472032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

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

R = 46.41%
G = 20.92%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472032 (or 0x472032) is known color: Castro. HEX triplet: 47, 20 and 32. RGB value is (71,32,50). Sum of RGB (Red+Green+Blue) = 71+32+50=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472032 is #B8DFCD. Grayscale: #2D2D2D. Windows color (decimal): -12115918 or 3285063. OLE color: 3285063.

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

Color convert

RGB 71 32 50 -
CMYK 0 0.55 0.30 0.72
HSL 332.31º 0.38% 0.2% -
HSV(B) 332.31º 0.55% 0.28% -
XYZ 3.69 2.6 3.33 -
YUV 45.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 71 32 50 0 0.55 0.30 0.72 332.31 0.38 0.2
Hex 47 20 32 0 37 1E 48 14C 26 14
Octal 107 40 62 0 67 36 110 514 46 24
Binary 1000111 100000 110010 0 110111 11110 1001000 101001100 100110 10100

Color Harmonies of #472032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472032

Black with #472032

Text Example


Text Example

White with #472032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472032; }

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

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

background-color css

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

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

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

border-color css

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

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

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