Html Css Color HEX #712308 Falu Red

📋 copy color: '#712308'

red 113 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #712308

Tints of Falu Red #712308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.13%

R = 72.44%
G = 22.44%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712308 (or 0x712308) is known color: Falu Red. HEX triplet: 71, 23 and 08. RGB value is (113,35,8). Sum of RGB (Red+Green+Blue) = 113+35+8=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #712308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712308 is #8EDCF7. Grayscale: #373737. Windows color (decimal): -9362680 or 533361. OLE color: 533361.

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

Color convert

RGB 113 35 8 -
CMYK 0 0.69 0.93 0.56
HSL 15.43º 0.87% 0.24% -
HSV(B) 15.43º 0.93% 0.44% -
XYZ 7.45 4.73 0.75 -
YUV 55.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 113 35 8 0 0.69 0.93 0.56 15.43 0.87 0.24
Hex 71 23 8 0 45 5D 38 F 57 18
Octal 161 43 10 0 105 135 70 17 127 30
Binary 1110001 100011 1000 0 1000101 1011101 111000 1111 1010111 11000

Color Harmonies of #712308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712308

Black with #712308

Text Example


Text Example

White with #712308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712308; }

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

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

background-color css

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

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

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

border-color css

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

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

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