Html Css Color HEX #71200A Falu Red

📋 copy color: '#71200A'

red 113 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #71200A

Tints of Falu Red #71200A

RGB

 RED value IS 113 (44.53% from 255) = 72.9%

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

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 72.9%
G = 20.65%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71200A (or 0x71200A) is known color: Falu Red. HEX triplet: 71, 20 and 0A. RGB value is (113,32,10). Sum of RGB (Red+Green+Blue) = 113+32+10=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #71200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71200A is #8EDFF5. Grayscale: #353535. Windows color (decimal): -9363446 or 663665. OLE color: 663665.

HSL color Cylindrical-coordinate representation of color #71200A: hue angle of 12.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71200A is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 10 -
CMYK 0 0.72 0.91 0.56
HSL 12.82º 0.84% 0.24% -
HSV(B) 12.82º 0.91% 0.44% -
XYZ 7.38 4.57 0.78 -
YUV 53.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 113 32 10 0 0.72 0.91 0.56 12.82 0.84 0.24
Hex 71 20 A 0 48 5B 38 D 54 18
Octal 161 40 12 0 110 133 70 15 124 30
Binary 1110001 100000 1010 0 1001000 1011011 111000 1101 1010100 11000

Color Harmonies of #71200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71200A

Black with #71200A

Text Example


Text Example

White with #71200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71200A; }

 p { color: rgb(113,32,10); }

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

background-color css

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

 a { background-color: rgb(113,32,10); }

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

border-color css

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

 span { border-color: rgb(113,32,10); }

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