Html Css Color HEX #88150F Falu Red

📋 copy color: '#88150F'

red 136 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #88150F

Tints of Falu Red #88150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 79.07%
G = 12.21%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88150F (or 0x88150F) is known color: Falu Red. HEX triplet: 88, 15 and 0F. RGB value is (136,21,15). Sum of RGB (Red+Green+Blue) = 136+21+15=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #88150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88150F is #77EAF0. Grayscale: #363636. Windows color (decimal): -7858929 or 988552. OLE color: 988552.

HSL color Cylindrical-coordinate representation of color #88150F: hue angle of 2.98º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88150F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 15 -
CMYK 0 0.85 0.89 0.47
HSL 2.98º 0.8% 0.3% -
HSV(B) 2.98º 0.89% 0.53% -
XYZ 10.51 5.81 1.02 -
YUV 54.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 136 21 15 0 0.85 0.89 0.47 2.98 0.8 0.3
Hex 88 15 F 0 55 59 2F 3 50 1E
Octal 210 25 17 0 125 131 57 3 120 36
Binary 10001000 10101 1111 0 1010101 1011001 101111 11 1010000 11110

Color Harmonies of #88150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88150F

Black with #88150F

Text Example


Text Example

White with #88150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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