Html Css Color HEX #88170A Falu Red

📋 copy color: '#88170A'

red 136 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #88170A

Tints of Falu Red #88170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 80.47%
G = 13.61%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#88170A (or 0x88170A) is known color: Falu Red. HEX triplet: 88, 17 and 0A. RGB value is (136,23,10). Sum of RGB (Red+Green+Blue) = 136+23+10=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #88170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88170A is #77E8F5. Grayscale: #373737. Windows color (decimal): -7858422 or 661384. OLE color: 661384.

HSL color Cylindrical-coordinate representation of color #88170A: hue angle of 6.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88170A is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 23 10 -
CMYK 0 0.83 0.93 0.47
HSL 6.19º 0.86% 0.29% -
HSV(B) 6.19º 0.93% 0.53% -
XYZ 10.51 5.87 0.87 -
YUV 55.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 136 23 10 0 0.83 0.93 0.47 6.19 0.86 0.29
Hex 88 17 A 0 53 5D 2F 6 56 1D
Octal 210 27 12 0 123 135 57 6 126 35
Binary 10001000 10111 1010 0 1010011 1011101 101111 110 1010110 11101

Color Harmonies of #88170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88170A

Black with #88170A

Text Example


Text Example

White with #88170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88170A; }

 p { color: rgb(136,23,10); }

 H1.HeaderClassName
 {
   color: #88170A;
 }
 .AnyTagClassName
 {
   color: #88170A;
 }
</style>

background-color css

<style>
 a { background-color: #88170A; }

 a { background-color: rgb(136,23,10); }

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

border-color css

<style>
 span { border-color: #88170A; }

 span { border-color: rgb(136,23,10); }

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