Html Css Color HEX #722015 Falu Red

📋 copy color: '#722015'

red 114 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #722015

Tints of Falu Red #722015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 68.26%
G = 19.16%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#722015 (or 0x722015) is known color: Falu Red. HEX triplet: 72, 20 and 15. RGB value is (114,32,21). Sum of RGB (Red+Green+Blue) = 114+32+21=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #722015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722015 is #8DDFEA. Grayscale: #373737. Windows color (decimal): -9297899 or 1384562. OLE color: 1384562.

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

Color convert

RGB 114 32 21 -
CMYK 0 0.72 0.82 0.55
HSL 7.1º 0.69% 0.26% -
HSV(B) 7.1º 0.82% 0.45% -
XYZ 7.59 4.66 1.21 -
YUV 55.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 114 32 21 0 0.72 0.82 0.55 7.1 0.69 0.26
Hex 72 20 15 0 48 52 37 7 45 1A
Octal 162 40 25 0 110 122 67 7 105 32
Binary 1110010 100000 10101 0 1001000 1010010 110111 111 1000101 11010

Color Harmonies of #722015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722015

Black with #722015

Text Example


Text Example

White with #722015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722015; }

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

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

background-color css

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

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

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

border-color css

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

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

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