Html Css Color HEX #721306 Falu Red

📋 copy color: '#721306'

red 114 ◦ green 19 ◦ blue 6

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

Shades of Falu Red #721306

Tints of Falu Red #721306

RGB

 RED value IS 114 (44.92% from 255) = 82.01%

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 82.01%
G = 13.67%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#721306 (or 0x721306) is known color: Falu Red. HEX triplet: 72, 13 and 06. RGB value is (114,19,6). Sum of RGB (Red+Green+Blue) = 114+19+6=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721306 is #8DECF9. Grayscale: #2E2E2E. Windows color (decimal): -9301242 or 398194. OLE color: 398194.

HSL color Cylindrical-coordinate representation of color #721306: hue angle of 7.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #721306 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 6 -
CMYK 0 0.83 0.95 0.55
HSL 7.22º 0.9% 0.24% -
HSV(B) 7.22º 0.95% 0.45% -
XYZ 7.21 4.06 0.58 -
YUV 45.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 114 19 6 0 0.83 0.95 0.55 7.22 0.9 0.24
Hex 72 13 6 0 53 5F 37 7 5A 18
Octal 162 23 6 0 123 137 67 7 132 30
Binary 1110010 10011 110 0 1010011 1011111 110111 111 1011010 11000

Color Harmonies of #721306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721306

Black with #721306

Text Example


Text Example

White with #721306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721306; }

 p { color: rgb(114,19,6); }

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

background-color css

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

 a { background-color: rgb(114,19,6); }

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

border-color css

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

 span { border-color: rgb(114,19,6); }

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