Html Css Color HEX #72220B Falu Red

📋 copy color: '#72220B'

red 114 ◦ green 34 ◦ blue 11

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

Shades of Falu Red #72220B

Tints of Falu Red #72220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.38%

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 71.7%
G = 21.38%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72220B (or 0x72220B) is known color: Falu Red. HEX triplet: 72, 22 and 0B. RGB value is (114,34,11). Sum of RGB (Red+Green+Blue) = 114+34+11=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #72220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72220B is #8DDDF4. Grayscale: #373737. Windows color (decimal): -9297397 or 729714. OLE color: 729714.

HSL color Cylindrical-coordinate representation of color #72220B: hue angle of 13.4º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72220B is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 11 -
CMYK 0 0.70 0.90 0.55
HSL 13.4º 0.82% 0.25% -
HSV(B) 13.4º 0.9% 0.45% -
XYZ 7.57 4.75 0.83 -
YUV 55.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 114 34 11 0 0.70 0.90 0.55 13.4 0.82 0.25
Hex 72 22 B 0 46 5A 37 D 52 19
Octal 162 42 13 0 106 132 67 15 122 31
Binary 1110010 100010 1011 0 1000110 1011010 110111 1101 1010010 11001

Color Harmonies of #72220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72220B

Black with #72220B

Text Example


Text Example

White with #72220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72220B; }

 p { color: rgb(114,34,11); }

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

background-color css

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

 a { background-color: rgb(114,34,11); }

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

border-color css

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

 span { border-color: rgb(114,34,11); }

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