Html Css Color HEX #472231 Castro

📋 copy color: '#472231'

red 71 ◦ green 34 ◦ blue 49

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

Shades of Castro #472231

Tints of Castro #472231

RGB

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

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

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

R = 46.1%
G = 22.08%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472231 (or 0x472231) is known color: Castro. HEX triplet: 47, 22 and 31. RGB value is (71,34,49). Sum of RGB (Red+Green+Blue) = 71+34+49=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472231 is #B8DDCE. Grayscale: #2E2E2E. Windows color (decimal): -12115407 or 3220039. OLE color: 3220039.

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

Color convert

RGB 71 34 49 -
CMYK 0 0.52 0.31 0.72
HSL 335.68º 0.35% 0.21% -
HSV(B) 335.68º 0.52% 0.28% -
XYZ 3.72 2.71 3.23 -
YUV 46.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 71 34 49 0 0.52 0.31 0.72 335.68 0.35 0.21
Hex 47 22 31 0 34 1F 48 150 23 15
Octal 107 42 61 0 64 37 110 520 43 25
Binary 1000111 100010 110001 0 110100 11111 1001000 101010000 100011 10101

Color Harmonies of #472231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472231

Black with #472231

Text Example


Text Example

White with #472231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472231; }

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

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

background-color css

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

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

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

border-color css

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

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

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