Html Css Color HEX #711C0C Falu Red

📋 copy color: '#711C0C'

red 113 ◦ green 28 ◦ blue 12

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

Shades of Falu Red #711C0C

Tints of Falu Red #711C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 73.86%
G = 18.3%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#711C0C (or 0x711C0C) is known color: Falu Red. HEX triplet: 71, 1C and 0C. RGB value is (113,28,12). Sum of RGB (Red+Green+Blue) = 113+28+12=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #711C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C0C is #8EE3F3. Grayscale: #333333. Windows color (decimal): -9364468 or 793713. OLE color: 793713.

HSL color Cylindrical-coordinate representation of color #711C0C: hue angle of 9.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711C0C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 12 -
CMYK 0 0.75 0.89 0.56
HSL 9.5º 0.81% 0.25% -
HSV(B) 9.5º 0.89% 0.44% -
XYZ 7.29 4.37 0.81 -
YUV 51.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 113 28 12 0 0.75 0.89 0.56 9.5 0.81 0.25
Hex 71 1C C 0 4B 59 38 A 51 19
Octal 161 34 14 0 113 131 70 12 121 31
Binary 1110001 11100 1100 0 1001011 1011001 111000 1010 1010001 11001

Color Harmonies of #711C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C0C

Black with #711C0C

Text Example


Text Example

White with #711C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C0C; }

 p { color: rgb(113,28,12); }

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

background-color css

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

 a { background-color: rgb(113,28,12); }

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

border-color css

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

 span { border-color: rgb(113,28,12); }

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