Html Css Color HEX #882415 Falu Red

📋 copy color: '#882415'

red 136 ◦ green 36 ◦ blue 21

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

Shades of Falu Red #882415

Tints of Falu Red #882415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 70.47%
G = 18.65%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#882415 (or 0x882415) is known color: Falu Red. HEX triplet: 88, 24 and 15. RGB value is (136,36,21). Sum of RGB (Red+Green+Blue) = 136+36+21=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #882415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882415 is #77DBEA. Grayscale: #404040. Windows color (decimal): -7855083 or 1385608. OLE color: 1385608.

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

Color convert

RGB 136 36 21 -
CMYK 0 0.74 0.85 0.47
HSL 7.83º 0.73% 0.31% -
HSV(B) 7.83º 0.85% 0.53% -
XYZ 10.92 6.55 1.4 -
YUV 64.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 136 36 21 0 0.74 0.85 0.47 7.83 0.73 0.31
Hex 88 24 15 0 4A 55 2F 8 49 1F
Octal 210 44 25 0 112 125 57 10 111 37
Binary 10001000 100100 10101 0 1001010 1010101 101111 1000 1001001 11111

Color Harmonies of #882415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882415

Black with #882415

Text Example


Text Example

White with #882415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882415; }

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

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

background-color css

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

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

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

border-color css

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

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

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