Html Css Color HEX #882105 Falu Red

📋 copy color: '#882105'

red 136 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #882105

Tints of Falu Red #882105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 78.16%
G = 18.97%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#882105 (or 0x882105) is known color: Falu Red. HEX triplet: 88, 21 and 05. RGB value is (136,33,5). Sum of RGB (Red+Green+Blue) = 136+33+5=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #882105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882105 is #77DEFA. Grayscale: #3C3C3C. Windows color (decimal): -7855867 or 336264. OLE color: 336264.

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

Color convert

RGB 136 33 5 -
CMYK 0 0.76 0.96 0.47
HSL 12.82º 0.93% 0.28% -
HSV(B) 12.82º 0.96% 0.53% -
XYZ 10.72 6.33 0.8 -
YUV 60.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 136 33 5 0 0.76 0.96 0.47 12.82 0.93 0.28
Hex 88 21 5 0 4C 60 2F D 5D 1C
Octal 210 41 5 0 114 140 57 15 135 34
Binary 10001000 100001 101 0 1001100 1100000 101111 1101 1011101 11100

Color Harmonies of #882105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882105

Black with #882105

Text Example


Text Example

White with #882105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882105; }

 p { color: rgb(136,33,5); }

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

background-color css

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

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

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

border-color css

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

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

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