Html Css Color HEX #882013 Falu Red

📋 copy color: '#882013'

red 136 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #882013

Tints of Falu Red #882013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 72.73%
G = 17.11%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#882013 (or 0x882013) is known color: Falu Red. HEX triplet: 88, 20 and 13. RGB value is (136,32,19). Sum of RGB (Red+Green+Blue) = 136+32+19=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #882013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882013 is #77DFEC. Grayscale: #3D3D3D. Windows color (decimal): -7856109 or 1253512. OLE color: 1253512.

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

Color convert

RGB 136 32 19 -
CMYK 0 0.76 0.86 0.47
HSL 6.67º 0.75% 0.3% -
HSV(B) 6.67º 0.86% 0.53% -
XYZ 10.79 6.31 1.27 -
YUV 61.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 136 32 19 0 0.76 0.86 0.47 6.67 0.75 0.3
Hex 88 20 13 0 4C 56 2F 7 4B 1E
Octal 210 40 23 0 114 126 57 7 113 36
Binary 10001000 100000 10011 0 1001100 1010110 101111 111 1001011 11110

Color Harmonies of #882013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882013

Black with #882013

Text Example


Text Example

White with #882013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882013; }

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

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

background-color css

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

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

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

border-color css

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

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

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