Html Css Color HEX #721F00 Falu Red

📋 copy color: '#721F00'

red 114 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #721F00

Tints of Falu Red #721F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.62%
G = 21.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#721F00 (or 0x721F00) is known color: Falu Red. HEX triplet: 72, 1F and 00. RGB value is (114,31,0). Sum of RGB (Red+Green+Blue) = 114+31+0=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #721F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F00 is #8DE0FF. Grayscale: #343434. Windows color (decimal): -9298176 or 8050. OLE color: 8050.

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

Color convert

RGB 114 31 0 -
CMYK 0 0.73 1 0.55
HSL 16.32º 1% 0.22% -
HSV(B) 16.32º 1% 0.45% -
XYZ 7.43 4.56 0.49 -
YUV 52.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 114 31 0 0 0.73 1 0.55 16.32 1 0.22
Hex 72 1F 0 0 49 64 37 10 64 16
Octal 162 37 0 0 111 144 67 20 144 26
Binary 1110010 11111 0 0 1001001 1100100 110111 10000 1100100 10110

Color Harmonies of #721F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F00

Black with #721F00

Text Example


Text Example

White with #721F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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