Html Css Color HEX #72190B Falu Red

📋 copy color: '#72190B'

red 114 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #72190B

Tints of Falu Red #72190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 76%
G = 16.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72190B (or 0x72190B) is known color: Falu Red. HEX triplet: 72, 19 and 0B. RGB value is (114,25,11). Sum of RGB (Red+Green+Blue) = 114+25+11=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #72190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72190B is #8DE6F4. Grayscale: #323232. Windows color (decimal): -9299701 or 727410. OLE color: 727410.

HSL color Cylindrical-coordinate representation of color #72190B: hue angle of 8.16º 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 #72190B is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 11 -
CMYK 0 0.78 0.90 0.55
HSL 8.16º 0.82% 0.25% -
HSV(B) 8.16º 0.9% 0.45% -
XYZ 7.35 4.3 0.76 -
YUV 50.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 114 25 11 0 0.78 0.90 0.55 8.16 0.82 0.25
Hex 72 19 B 0 4E 5A 37 8 52 19
Octal 162 31 13 0 116 132 67 10 122 31
Binary 1110010 11001 1011 0 1001110 1011010 110111 1000 1010010 11001

Color Harmonies of #72190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72190B

Black with #72190B

Text Example


Text Example

White with #72190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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