Html Css Color HEX #721506 Falu Red

📋 copy color: '#721506'

red 114 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #721506

Tints of Falu Red #721506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 80.85%
G = 14.89%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#721506 (or 0x721506) is known color: Falu Red. HEX triplet: 72, 15 and 06. RGB value is (114,21,6). Sum of RGB (Red+Green+Blue) = 114+21+6=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721506 is #8DEAF9. Grayscale: #2F2F2F. Windows color (decimal): -9300730 or 398706. OLE color: 398706.

HSL color Cylindrical-coordinate representation of color #721506: hue angle of 8.33º 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 #721506 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 6 -
CMYK 0 0.82 0.95 0.55
HSL 8.33º 0.9% 0.24% -
HSV(B) 8.33º 0.95% 0.45% -
XYZ 7.24 4.13 0.59 -
YUV 47.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 114 21 6 0 0.82 0.95 0.55 8.33 0.9 0.24
Hex 72 15 6 0 52 5F 37 8 5A 18
Octal 162 25 6 0 122 137 67 10 132 30
Binary 1110010 10101 110 0 1010010 1011111 110111 1000 1011010 11000

Color Harmonies of #721506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721506

Black with #721506

Text Example


Text Example

White with #721506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721506; }

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

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

background-color css

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

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

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

border-color css

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

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

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