Html Css Color HEX #882017 Falu Red

📋 copy color: '#882017'

red 136 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #882017

Tints of Falu Red #882017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 71.2%
G = 16.75%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#882017 (or 0x882017) is known color: Falu Red. HEX triplet: 88, 20 and 17. RGB value is (136,32,23). Sum of RGB (Red+Green+Blue) = 136+32+23=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882017 is #77DFE8. Grayscale: #3E3E3E. Windows color (decimal): -7856105 or 1515656. OLE color: 1515656.

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

Color convert

RGB 136 32 23 -
CMYK 0 0.76 0.83 0.47
HSL 4.78º 0.71% 0.31% -
HSV(B) 4.78º 0.83% 0.53% -
XYZ 10.82 6.33 1.46 -
YUV 62.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 136 32 23 0 0.76 0.83 0.47 4.78 0.71 0.31
Hex 88 20 17 0 4C 53 2F 5 47 1F
Octal 210 40 27 0 114 123 57 5 107 37
Binary 10001000 100000 10111 0 1001100 1010011 101111 101 1000111 11111

Color Harmonies of #882017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882017

Black with #882017

Text Example


Text Example

White with #882017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882017; }

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

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

background-color css

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

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

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

border-color css

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

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

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