Html Css Color HEX #712115 Falu Red

📋 copy color: '#712115'

red 113 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #712115

Tints of Falu Red #712115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 67.66%
G = 19.76%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712115 (or 0x712115) is known color: Falu Red. HEX triplet: 71, 21 and 15. RGB value is (113,33,21). Sum of RGB (Red+Green+Blue) = 113+33+21=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712115 is #8EDEEA. Grayscale: #373737. Windows color (decimal): -9363179 or 1384817. OLE color: 1384817.

HSL color Cylindrical-coordinate representation of color #712115: hue angle of 7.83º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712115 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 21 -
CMYK 0 0.71 0.81 0.56
HSL 7.83º 0.69% 0.26% -
HSV(B) 7.83º 0.81% 0.44% -
XYZ 7.49 4.65 1.21 -
YUV 55.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 113 33 21 0 0.71 0.81 0.56 7.83 0.69 0.26
Hex 71 21 15 0 47 51 38 8 45 1A
Octal 161 41 25 0 107 121 70 10 105 32
Binary 1110001 100001 10101 0 1000111 1010001 111000 1000 1000101 11010

Color Harmonies of #712115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712115

Black with #712115

Text Example


Text Example

White with #712115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712115; }

 p { color: rgb(113,33,21); }

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

background-color css

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

 a { background-color: rgb(113,33,21); }

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

border-color css

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

 span { border-color: rgb(113,33,21); }

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