Html Css Color HEX #881817 Falu Red

📋 copy color: '#881817'

red 136 ◦ green 24 ◦ blue 23

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

Shades of Falu Red #881817

Tints of Falu Red #881817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 74.32%
G = 13.11%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#881817 (or 0x881817) is known color: Falu Red. HEX triplet: 88, 18 and 17. RGB value is (136,24,23). Sum of RGB (Red+Green+Blue) = 136+24+23=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #881817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881817 is #77E7E8. Grayscale: #393939. Windows color (decimal): -7858153 or 1513608. OLE color: 1513608.

HSL color Cylindrical-coordinate representation of color #881817: hue angle of 0.53º 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 #881817 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 23 -
CMYK 0 0.82 0.83 0.47
HSL 0.53º 0.71% 0.31% -
HSV(B) 0.53º 0.83% 0.53% -
XYZ 10.63 5.95 1.4 -
YUV 57.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 136 24 23 0 0.82 0.83 0.47 0.53 0.71 0.31
Hex 88 18 17 0 52 53 2F 1 47 1F
Octal 210 30 27 0 122 123 57 1 107 37
Binary 10001000 11000 10111 0 1010010 1010011 101111 1 1000111 11111

Color Harmonies of #881817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881817

Black with #881817

Text Example


Text Example

White with #881817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881817; }

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

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

background-color css

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

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

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

border-color css

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

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

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