Html Css Color HEX #72180B Falu Red

📋 copy color: '#72180B'

red 114 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #72180B

Tints of Falu Red #72180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

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

R = 76.51%
G = 16.11%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72180B (or 0x72180B) is known color: Falu Red. HEX triplet: 72, 18 and 0B. RGB value is (114,24,11). Sum of RGB (Red+Green+Blue) = 114+24+11=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72180B is #8DE7F4. Grayscale: #313131. Windows color (decimal): -9299957 or 727154. OLE color: 727154.

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

Color convert

RGB 114 24 11 -
CMYK 0 0.79 0.90 0.55
HSL 7.57º 0.82% 0.25% -
HSV(B) 7.57º 0.9% 0.45% -
XYZ 7.33 4.25 0.75 -
YUV 49.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 114 24 11 0 0.79 0.90 0.55 7.57 0.82 0.25
Hex 72 18 B 0 4F 5A 37 8 52 19
Octal 162 30 13 0 117 132 67 10 122 31
Binary 1110010 11000 1011 0 1001111 1011010 110111 1000 1010010 11001

Color Harmonies of #72180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72180B

Black with #72180B

Text Example


Text Example

White with #72180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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