Html Css Color HEX #88140F Falu Red

📋 copy color: '#88140F'

red 136 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #88140F

Tints of Falu Red #88140F

RGB

 RED value IS 136 (53.52% from 255) = 79.53%

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 79.53%
G = 11.7%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88140F (or 0x88140F) is known color: Falu Red. HEX triplet: 88, 14 and 0F. RGB value is (136,20,15). Sum of RGB (Red+Green+Blue) = 136+20+15=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #88140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88140F is #77EBF0. Grayscale: #363636. Windows color (decimal): -7859185 or 988296. OLE color: 988296.

HSL color Cylindrical-coordinate representation of color #88140F: hue angle of 2.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88140F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 15 -
CMYK 0 0.85 0.89 0.47
HSL 2.48º 0.8% 0.3% -
HSV(B) 2.48º 0.89% 0.53% -
XYZ 10.49 5.77 1.01 -
YUV 54.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 136 20 15 0 0.85 0.89 0.47 2.48 0.8 0.3
Hex 88 14 F 0 55 59 2F 2 50 1E
Octal 210 24 17 0 125 131 57 2 120 36
Binary 10001000 10100 1111 0 1010101 1011001 101111 10 1010000 11110

Color Harmonies of #88140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88140F

Black with #88140F

Text Example


Text Example

White with #88140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88140F; }

 p { color: rgb(136,20,15); }

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

background-color css

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

 a { background-color: rgb(136,20,15); }

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

border-color css

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

 span { border-color: rgb(136,20,15); }

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