Html Css Color HEX #882413 Falu Red

📋 copy color: '#882413'

red 136 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #882413

Tints of Falu Red #882413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 71.2%
G = 18.85%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#882413 (or 0x882413) is known color: Falu Red. HEX triplet: 88, 24 and 13. RGB value is (136,36,19). Sum of RGB (Red+Green+Blue) = 136+36+19=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882413 is #77DBEC. Grayscale: #404040. Windows color (decimal): -7855085 or 1254536. OLE color: 1254536.

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

Color convert

RGB 136 36 19 -
CMYK 0 0.74 0.86 0.47
HSL 8.72º 0.75% 0.3% -
HSV(B) 8.72º 0.86% 0.53% -
XYZ 10.9 6.54 1.3 -
YUV 63.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 136 36 19 0 0.74 0.86 0.47 8.72 0.75 0.3
Hex 88 24 13 0 4A 56 2F 9 4B 1E
Octal 210 44 23 0 112 126 57 11 113 36
Binary 10001000 100100 10011 0 1001010 1010110 101111 1001 1001011 11110

Color Harmonies of #882413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882413

Black with #882413

Text Example


Text Example

White with #882413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882413; }

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

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

background-color css

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

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

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

border-color css

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

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

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