Html Css Color HEX #472531 Castro

📋 copy color: '#472531'

red 71 ◦ green 37 ◦ blue 49

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

Shades of Castro #472531

Tints of Castro #472531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 45.22%
G = 23.57%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472531 (or 0x472531) is known color: Castro. HEX triplet: 47, 25 and 31. RGB value is (71,37,49). Sum of RGB (Red+Green+Blue) = 71+37+49=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472531 is #B8DACE. Grayscale: #303030. Windows color (decimal): -12114639 or 3220807. OLE color: 3220807.

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

Color convert

RGB 71 37 49 -
CMYK 0 0.48 0.31 0.72
HSL 338.82º 0.31% 0.21% -
HSV(B) 338.82º 0.48% 0.28% -
XYZ 3.81 2.88 3.26 -
YUV 48.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 71 37 49 0 0.48 0.31 0.72 338.82 0.31 0.21
Hex 47 25 31 0 30 1F 48 153 1F 15
Octal 107 45 61 0 60 37 110 523 37 25
Binary 1000111 100101 110001 0 110000 11111 1001000 101010011 11111 10101

Color Harmonies of #472531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472531

Black with #472531

Text Example


Text Example

White with #472531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472531; }

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

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

background-color css

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

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

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

border-color css

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

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

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