Html Css Color HEX #882315 Falu Red

📋 copy color: '#882315'

red 136 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #882315

Tints of Falu Red #882315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 70.83%
G = 18.23%
B = 10.94%

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

#882315 (or 0x882315) is known color: Falu Red. HEX triplet: 88, 23 and 15. RGB value is (136,35,21). Sum of RGB (Red+Green+Blue) = 136+35+21=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #882315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882315 is #77DCEA. Grayscale: #3F3F3F. Windows color (decimal): -7855339 or 1385352. OLE color: 1385352.

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

Color convert

RGB 136 35 21 -
CMYK 0 0.74 0.85 0.47
HSL 7.3º 0.73% 0.31% -
HSV(B) 7.3º 0.85% 0.53% -
XYZ 10.89 6.49 1.39 -
YUV 63.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 136 35 21 0 0.74 0.85 0.47 7.3 0.73 0.31
Hex 88 23 15 0 4A 55 2F 7 49 1F
Octal 210 43 25 0 112 125 57 7 111 37
Binary 10001000 100011 10101 0 1001010 1010101 101111 111 1001001 11111

Color Harmonies of #882315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882315

Black with #882315

Text Example


Text Example

White with #882315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882315; }

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

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

background-color css

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

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

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

border-color css

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

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

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