Html Css Color HEX #88150A Falu Red

📋 copy color: '#88150A'

red 136 ◦ green 21 ◦ blue 10

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

Shades of Falu Red #88150A

Tints of Falu Red #88150A

RGB

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

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

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

R = 81.44%
G = 12.57%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#88150A (or 0x88150A) is known color: Falu Red. HEX triplet: 88, 15 and 0A. RGB value is (136,21,10). Sum of RGB (Red+Green+Blue) = 136+21+10=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #88150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88150A is #77EAF5. Grayscale: #363636. Windows color (decimal): -7858934 or 660872. OLE color: 660872.

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

Color convert

RGB 136 21 10 -
CMYK 0 0.85 0.93 0.47
HSL 5.24º 0.86% 0.29% -
HSV(B) 5.24º 0.93% 0.53% -
XYZ 10.48 5.79 0.85 -
YUV 54.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 136 21 10 0 0.85 0.93 0.47 5.24 0.86 0.29
Hex 88 15 A 0 55 5D 2F 5 56 1D
Octal 210 25 12 0 125 135 57 5 126 35
Binary 10001000 10101 1010 0 1010101 1011101 101111 101 1010110 11101

Color Harmonies of #88150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88150A

Black with #88150A

Text Example


Text Example

White with #88150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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