Html Css Color HEX #72170B Falu Red

📋 copy color: '#72170B'

red 114 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #72170B

Tints of Falu Red #72170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 77.03%
G = 15.54%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72170B (or 0x72170B) is known color: Falu Red. HEX triplet: 72, 17 and 0B. RGB value is (114,23,11). Sum of RGB (Red+Green+Blue) = 114+23+11=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #72170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72170B is #8DE8F4. Grayscale: #303030. Windows color (decimal): -9300213 or 726898. OLE color: 726898.

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

Color convert

RGB 114 23 11 -
CMYK 0 0.80 0.90 0.55
HSL 6.99º 0.82% 0.25% -
HSV(B) 6.99º 0.9% 0.45% -
XYZ 7.31 4.21 0.74 -
YUV 48.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 114 23 11 0 0.80 0.90 0.55 6.99 0.82 0.25
Hex 72 17 B 0 50 5A 37 7 52 19
Octal 162 27 13 0 120 132 67 7 122 31
Binary 1110010 10111 1011 0 1010000 1011010 110111 111 1010010 11001

Color Harmonies of #72170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72170B

Black with #72170B

Text Example


Text Example

White with #72170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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