Html Css Color HEX #721F05 Falu Red

📋 copy color: '#721F05'

red 114 ◦ green 31 ◦ blue 5

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

Shades of Falu Red #721F05

Tints of Falu Red #721F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 76%
G = 20.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721F05 (or 0x721F05) is known color: Falu Red. HEX triplet: 72, 1F and 05. RGB value is (114,31,5). Sum of RGB (Red+Green+Blue) = 114+31+5=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #721F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F05 is #8DE0FA. Grayscale: #353535. Windows color (decimal): -9298171 or 335730. OLE color: 335730.

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

Color convert

RGB 114 31 5 -
CMYK 0 0.73 0.96 0.55
HSL 14.31º 0.92% 0.23% -
HSV(B) 14.31º 0.96% 0.45% -
XYZ 7.46 4.57 0.63 -
YUV 52.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 114 31 5 0 0.73 0.96 0.55 14.31 0.92 0.23
Hex 72 1F 5 0 49 60 37 E 5C 17
Octal 162 37 5 0 111 140 67 16 134 27
Binary 1110010 11111 101 0 1001001 1100000 110111 1110 1011100 10111

Color Harmonies of #721F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F05

Black with #721F05

Text Example


Text Example

White with #721F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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