Html Css Color HEX #722002 Falu Red

📋 copy color: '#722002'

red 114 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #722002

Tints of Falu Red #722002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 77.03%
G = 21.62%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#722002 (or 0x722002) is known color: Falu Red. HEX triplet: 72, 20 and 02. RGB value is (114,32,2). Sum of RGB (Red+Green+Blue) = 114+32+2=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #722002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722002 is #8DDFFD. Grayscale: #353535. Windows color (decimal): -9297918 or 139378. OLE color: 139378.

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

Color convert

RGB 114 32 2 -
CMYK 0 0.72 0.98 0.55
HSL 16.07º 0.97% 0.23% -
HSV(B) 16.07º 0.98% 0.45% -
XYZ 7.47 4.61 0.55 -
YUV 53.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 114 32 2 0 0.72 0.98 0.55 16.07 0.97 0.23
Hex 72 20 2 0 48 62 37 10 61 17
Octal 162 40 2 0 110 142 67 20 141 27
Binary 1110010 100000 10 0 1001000 1100010 110111 10000 1100001 10111

Color Harmonies of #722002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722002

Black with #722002

Text Example


Text Example

White with #722002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722002; }

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

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

background-color css

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

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

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

border-color css

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

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

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