Html Css Color HEX #472031 Castro

📋 copy color: '#472031'

red 71 ◦ green 32 ◦ blue 49

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

Shades of Castro #472031

Tints of Castro #472031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 46.71%
G = 21.05%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472031 (or 0x472031) is known color: Castro. HEX triplet: 47, 20 and 31. RGB value is (71,32,49). Sum of RGB (Red+Green+Blue) = 71+32+49=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472031 is #B8DFCE. Grayscale: #2D2D2D. Windows color (decimal): -12115919 or 3219527. OLE color: 3219527.

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

Color convert

RGB 71 32 49 -
CMYK 0 0.55 0.31 0.72
HSL 333.85º 0.38% 0.2% -
HSV(B) 333.85º 0.55% 0.28% -
XYZ 3.67 2.59 3.21 -
YUV 45.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 71 32 49 0 0.55 0.31 0.72 333.85 0.38 0.2
Hex 47 20 31 0 37 1F 48 14E 26 14
Octal 107 40 61 0 67 37 110 516 46 24
Binary 1000111 100000 110001 0 110111 11111 1001000 101001110 100110 10100

Color Harmonies of #472031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472031

Black with #472031

Text Example


Text Example

White with #472031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472031; }

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

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

background-color css

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

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

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

border-color css

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

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

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