Html Css Color HEX #712315 Falu Red

📋 copy color: '#712315'

red 113 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #712315

Tints of Falu Red #712315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

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

R = 66.86%
G = 20.71%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712315 (or 0x712315) is known color: Falu Red. HEX triplet: 71, 23 and 15. RGB value is (113,35,21). Sum of RGB (Red+Green+Blue) = 113+35+21=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #712315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712315 is #8EDCEA. Grayscale: #383838. Windows color (decimal): -9362667 or 1385329. OLE color: 1385329.

HSL color Cylindrical-coordinate representation of color #712315: hue angle of 9.13º 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 #712315 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 21 -
CMYK 0 0.69 0.81 0.56
HSL 9.13º 0.69% 0.26% -
HSV(B) 9.13º 0.81% 0.44% -
XYZ 7.55 4.77 1.23 -
YUV 56.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 113 35 21 0 0.69 0.81 0.56 9.13 0.69 0.26
Hex 71 23 15 0 45 51 38 9 45 1A
Octal 161 43 25 0 105 121 70 11 105 32
Binary 1110001 100011 10101 0 1000101 1010001 111000 1001 1000101 11010

Color Harmonies of #712315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712315

Black with #712315

Text Example


Text Example

White with #712315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712315; }

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

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

background-color css

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

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

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

border-color css

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

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

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