Html Css Color HEX #88170C Falu Red

📋 copy color: '#88170C'

red 136 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #88170C

Tints of Falu Red #88170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 79.53%
G = 13.45%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88170C (or 0x88170C) is known color: Falu Red. HEX triplet: 88, 17 and 0C. RGB value is (136,23,12). Sum of RGB (Red+Green+Blue) = 136+23+12=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #88170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88170C is #77E8F3. Grayscale: #373737. Windows color (decimal): -7858420 or 792456. OLE color: 792456.

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

Color convert

RGB 136 23 12 -
CMYK 0 0.83 0.91 0.47
HSL 5.32º 0.84% 0.29% -
HSV(B) 5.32º 0.91% 0.53% -
XYZ 10.53 5.87 0.93 -
YUV 55.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 136 23 12 0 0.83 0.91 0.47 5.32 0.84 0.29
Hex 88 17 C 0 53 5B 2F 5 54 1D
Octal 210 27 14 0 123 133 57 5 124 35
Binary 10001000 10111 1100 0 1010011 1011011 101111 101 1010100 11101

Color Harmonies of #88170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88170C

Black with #88170C

Text Example


Text Example

White with #88170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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