Html Css Color HEX #882015 Falu Red

📋 copy color: '#882015'

red 136 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #882015

Tints of Falu Red #882015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 71.96%
G = 16.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#882015 (or 0x882015) is known color: Falu Red. HEX triplet: 88, 20 and 15. RGB value is (136,32,21). Sum of RGB (Red+Green+Blue) = 136+32+21=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #882015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882015 is #77DFEA. Grayscale: #3D3D3D. Windows color (decimal): -7856107 or 1384584. OLE color: 1384584.

HSL color Cylindrical-coordinate representation of color #882015: hue angle of 5.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #882015 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 21 -
CMYK 0 0.76 0.85 0.47
HSL 5.74º 0.73% 0.31% -
HSV(B) 5.74º 0.85% 0.53% -
XYZ 10.81 6.32 1.36 -
YUV 61.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 136 32 21 0 0.76 0.85 0.47 5.74 0.73 0.31
Hex 88 20 15 0 4C 55 2F 6 49 1F
Octal 210 40 25 0 114 125 57 6 111 37
Binary 10001000 100000 10101 0 1001100 1010101 101111 110 1001001 11111

Color Harmonies of #882015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882015

Black with #882015

Text Example


Text Example

White with #882015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882015; }

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

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

background-color css

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

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

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

border-color css

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

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

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