Html Css Color HEX #88190F Falu Red

📋 copy color: '#88190F'

red 136 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #88190F

Tints of Falu Red #88190F

RGB

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

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

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

R = 77.27%
G = 14.2%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88190F (or 0x88190F) is known color: Falu Red. HEX triplet: 88, 19 and 0F. RGB value is (136,25,15). Sum of RGB (Red+Green+Blue) = 136+25+15=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #88190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88190F is #77E6F0. Grayscale: #393939. Windows color (decimal): -7857905 or 989576. OLE color: 989576.

HSL color Cylindrical-coordinate representation of color #88190F: hue angle of 4.96º 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 #88190F is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 15 -
CMYK 0 0.82 0.89 0.47
HSL 4.96º 0.8% 0.3% -
HSV(B) 4.96º 0.89% 0.53% -
XYZ 10.59 5.96 1.05 -
YUV 57.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 136 25 15 0 0.82 0.89 0.47 4.96 0.8 0.3
Hex 88 19 F 0 52 59 2F 5 50 1E
Octal 210 31 17 0 122 131 57 5 120 36
Binary 10001000 11001 1111 0 1010010 1011001 101111 101 1010000 11110

Color Harmonies of #88190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88190F

Black with #88190F

Text Example


Text Example

White with #88190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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