Html Css Color HEX #721F0E Falu Red

📋 copy color: '#721F0E'

red 114 ◦ green 31 ◦ blue 14

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

Shades of Falu Red #721F0E

Tints of Falu Red #721F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.5%

 BLUE value IS 14 (5.86% from 255) = 8.81%

R = 71.7%
G = 19.5%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#721F0E (or 0x721F0E) is known color: Falu Red. HEX triplet: 72, 1F and 0E. RGB value is (114,31,14). Sum of RGB (Red+Green+Blue) = 114+31+14=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #721F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F0E is #8DE0F1. Grayscale: #363636. Windows color (decimal): -9298162 or 925554. OLE color: 925554.

HSL color Cylindrical-coordinate representation of color #721F0E: hue angle of 10.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721F0E is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 31 14 -
CMYK 0 0.73 0.88 0.55
HSL 10.2º 0.78% 0.25% -
HSV(B) 10.2º 0.88% 0.45% -
XYZ 7.51 4.59 0.91 -
YUV 53.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 114 31 14 0 0.73 0.88 0.55 10.2 0.78 0.25
Hex 72 1F E 0 49 58 37 A 4E 19
Octal 162 37 16 0 111 130 67 12 116 31
Binary 1110010 11111 1110 0 1001001 1011000 110111 1010 1001110 11001

Color Harmonies of #721F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F0E

Black with #721F0E

Text Example


Text Example

White with #721F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721F0E; }

 p { color: rgb(114,31,14); }

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

background-color css

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

 a { background-color: rgb(114,31,14); }

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

border-color css

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

 span { border-color: rgb(114,31,14); }

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