Html Css Color HEX #88100E Falu Red

📋 copy color: '#88100E'

red 136 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #88100E

Tints of Falu Red #88100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 81.93%
G = 9.64%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88100E (or 0x88100E) is known color: Falu Red. HEX triplet: 88, 10 and 0E. RGB value is (136,16,14). Sum of RGB (Red+Green+Blue) = 136+16+14=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #88100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88100E is #77EFF1. Grayscale: #333333. Windows color (decimal): -7860210 or 921736. OLE color: 921736.

HSL color Cylindrical-coordinate representation of color #88100E: hue angle of 0.98º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88100E is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 14 -
CMYK 0 0.88 0.90 0.47
HSL 0.98º 0.81% 0.29% -
HSV(B) 0.98º 0.9% 0.53% -
XYZ 10.42 5.64 0.95 -
YUV 51.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 136 16 14 0 0.88 0.90 0.47 0.98 0.81 0.29
Hex 88 10 E 0 58 5A 2F 1 51 1D
Octal 210 20 16 0 130 132 57 1 121 35
Binary 10001000 10000 1110 0 1011000 1011010 101111 1 1010001 11101

Color Harmonies of #88100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88100E

Black with #88100E

Text Example


Text Example

White with #88100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88100E; }

 p { color: rgb(136,16,14); }

 H1.HeaderClassName
 {
   color: #88100E;
 }
 .AnyTagClassName
 {
   color: #88100E;
 }
</style>

background-color css

<style>
 a { background-color: #88100E; }

 a { background-color: rgb(136,16,14); }

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

border-color css

<style>
 span { border-color: #88100E; }

 span { border-color: rgb(136,16,14); }

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