Html Css Color HEX #472831 Castro

📋 copy color: '#472831'

red 71 ◦ green 40 ◦ blue 49

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

Shades of Castro #472831

Tints of Castro #472831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 44.38%
G = 25%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472831 (or 0x472831) is known color: Castro. HEX triplet: 47, 28 and 31. RGB value is (71,40,49). Sum of RGB (Red+Green+Blue) = 71+40+49=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472831 is #B8D7CE. Grayscale: #323232. Windows color (decimal): -12113871 or 3221575. OLE color: 3221575.

HSL color Cylindrical-coordinate representation of color #472831: hue angle of 342.58º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472831 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 49 -
CMYK 0 0.44 0.31 0.72
HSL 342.58º 0.28% 0.22% -
HSV(B) 342.58º 0.44% 0.28% -
XYZ 3.91 3.08 3.29 -
YUV 50.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 71 40 49 0 0.44 0.31 0.72 342.58 0.28 0.22
Hex 47 28 31 0 2C 1F 48 157 1C 16
Octal 107 50 61 0 54 37 110 527 34 26
Binary 1000111 101000 110001 0 101100 11111 1001000 101010111 11100 10110

Color Harmonies of #472831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472831

Black with #472831

Text Example


Text Example

White with #472831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472831; }

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

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

background-color css

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

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

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

border-color css

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

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

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