Html Css Color HEX #721E00 Falu Red

📋 copy color: '#721E00'

red 114 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #721E00

Tints of Falu Red #721E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

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

R = 79.17%
G = 20.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#721E00 (or 0x721E00) is known color: Falu Red. HEX triplet: 72, 1E and 00. RGB value is (114,30,0). Sum of RGB (Red+Green+Blue) = 114+30+0=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E00 is #8DE1FF. Grayscale: #333333. Windows color (decimal): -9298432 or 7794. OLE color: 7794.

HSL color Cylindrical-coordinate representation of color #721E00: hue angle of 15.79º 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 #721E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 0 -
CMYK 0 0.74 1 0.55
HSL 15.79º 1% 0.22% -
HSV(B) 15.79º 1% 0.45% -
XYZ 7.4 4.51 0.48 -
YUV 51.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 114 30 0 0 0.74 1 0.55 15.79 1 0.22
Hex 72 1E 0 0 4A 64 37 10 64 16
Octal 162 36 0 0 112 144 67 20 144 26
Binary 1110010 11110 0 0 1001010 1100100 110111 10000 1100100 10110

Color Harmonies of #721E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E00

Black with #721E00

Text Example


Text Example

White with #721E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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