Html Css Color HEX #88150C Falu Red

📋 copy color: '#88150C'

red 136 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #88150C

Tints of Falu Red #88150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 80.47%
G = 12.43%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88150C (or 0x88150C) is known color: Falu Red. HEX triplet: 88, 15 and 0C. RGB value is (136,21,12). Sum of RGB (Red+Green+Blue) = 136+21+12=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #88150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88150C is #77EAF3. Grayscale: #363636. Windows color (decimal): -7858932 or 791944. OLE color: 791944.

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

Color convert

RGB 136 21 12 -
CMYK 0 0.85 0.91 0.47
HSL 4.35º 0.84% 0.29% -
HSV(B) 4.35º 0.91% 0.53% -
XYZ 10.49 5.8 0.91 -
YUV 54.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 136 21 12 0 0.85 0.91 0.47 4.35 0.84 0.29
Hex 88 15 C 0 55 5B 2F 4 54 1D
Octal 210 25 14 0 125 133 57 4 124 35
Binary 10001000 10101 1100 0 1010101 1011011 101111 100 1010100 11101

Color Harmonies of #88150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88150C

Black with #88150C

Text Example


Text Example

White with #88150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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