Html Css Color HEX #722007 Falu Red

📋 copy color: '#722007'

red 114 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #722007

Tints of Falu Red #722007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 7 (3.13% from 255) = 4.58%

R = 74.51%
G = 20.92%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#722007 (or 0x722007) is known color: Falu Red. HEX triplet: 72, 20 and 07. RGB value is (114,32,7). Sum of RGB (Red+Green+Blue) = 114+32+7=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #722007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722007 is #8DDFF8. Grayscale: #353535. Windows color (decimal): -9297913 or 467058. OLE color: 467058.

HSL color Cylindrical-coordinate representation of color #722007: hue angle of 14.02º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #722007 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 7 -
CMYK 0 0.72 0.94 0.55
HSL 14.02º 0.88% 0.24% -
HSV(B) 14.02º 0.94% 0.45% -
XYZ 7.49 4.63 0.7 -
YUV 53.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 114 32 7 0 0.72 0.94 0.55 14.02 0.88 0.24
Hex 72 20 7 0 48 5E 37 E 58 18
Octal 162 40 7 0 110 136 67 16 130 30
Binary 1110010 100000 111 0 1001000 1011110 110111 1110 1011000 11000

Color Harmonies of #722007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722007

Black with #722007

Text Example


Text Example

White with #722007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722007; }

 p { color: rgb(114,32,7); }

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

background-color css

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

 a { background-color: rgb(114,32,7); }

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

border-color css

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

 span { border-color: rgb(114,32,7); }

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