Html Css Color HEX #88160C Falu Red

📋 copy color: '#88160C'

red 136 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #88160C

Tints of Falu Red #88160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 80%
G = 12.94%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88160C (or 0x88160C) is known color: Falu Red. HEX triplet: 88, 16 and 0C. RGB value is (136,22,12). Sum of RGB (Red+Green+Blue) = 136+22+12=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #88160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88160C is #77E9F3. Grayscale: #373737. Windows color (decimal): -7858676 or 792200. OLE color: 792200.

HSL color Cylindrical-coordinate representation of color #88160C: hue angle of 4.84º 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 #88160C is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 22 12 -
CMYK 0 0.84 0.91 0.47
HSL 4.84º 0.84% 0.29% -
HSV(B) 4.84º 0.91% 0.53% -
XYZ 10.51 5.83 0.92 -
YUV 54.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 136 22 12 0 0.84 0.91 0.47 4.84 0.84 0.29
Hex 88 16 C 0 54 5B 2F 5 54 1D
Octal 210 26 14 0 124 133 57 5 124 35
Binary 10001000 10110 1100 0 1010100 1011011 101111 101 1010100 11101

Color Harmonies of #88160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88160C

Black with #88160C

Text Example


Text Example

White with #88160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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