Html Css Color HEX #471F31 Castro

📋 copy color: '#471F31'

red 71 ◦ green 31 ◦ blue 49

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

Shades of Castro #471F31

Tints of Castro #471F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

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

R = 47.02%
G = 20.53%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471F31 (or 0x471F31) is known color: Castro. HEX triplet: 47, 1F and 31. RGB value is (71,31,49). Sum of RGB (Red+Green+Blue) = 71+31+49=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F31 is #B8E0CE. Grayscale: #2C2C2C. Windows color (decimal): -12116175 or 3219271. OLE color: 3219271.

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

Color convert

RGB 71 31 49 -
CMYK 0 0.56 0.31 0.72
HSL 333º 0.39% 0.2% -
HSV(B) 333º 0.56% 0.28% -
XYZ 3.64 2.54 3.2 -
YUV 45.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 71 31 49 0 0.56 0.31 0.72 333 0.39 0.2
Hex 47 1F 31 0 38 1F 48 14D 27 14
Octal 107 37 61 0 70 37 110 515 47 24
Binary 1000111 11111 110001 0 111000 11111 1001000 101001101 100111 10100

Color Harmonies of #471F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F31

Black with #471F31

Text Example


Text Example

White with #471F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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