Html Css Color HEX #881818 Falu Red

📋 copy color: '#881818'

red 136 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #881818

Tints of Falu Red #881818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 73.91%
G = 13.04%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881818 (or 0x881818) is known color: Falu Red. HEX triplet: 88, 18 and 18. RGB value is (136,24,24). Sum of RGB (Red+Green+Blue) = 136+24+24=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #881818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881818 is #77E7E7. Grayscale: #393939. Windows color (decimal): -7858152 or 1579144. OLE color: 1579144.

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

Color convert

RGB 136 24 24 -
CMYK 0 0.82 0.82 0.47
HSL 0.7% 0.31% -
HSV(B) 0.82% 0.53% -
XYZ 10.64 5.95 1.45 -
YUV 57.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 136 24 24 0 0.82 0.82 0.47 0 0.7 0.31
Hex 88 18 18 0 52 52 2F 0 46 1F
Octal 210 30 30 0 122 122 57 0 106 37
Binary 10001000 11000 11000 0 1010010 1010010 101111 0 1000110 11111

Color Harmonies of #881818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881818

Black with #881818

Text Example


Text Example

White with #881818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881818; }

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

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

background-color css

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

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

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

border-color css

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

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

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