Html Css Color HEX #882002 Falu Red

📋 copy color: '#882002'

red 136 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #882002

Tints of Falu Red #882002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 80%
G = 18.82%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882002 (or 0x882002) is known color: Falu Red. HEX triplet: 88, 20 and 02. RGB value is (136,32,2). Sum of RGB (Red+Green+Blue) = 136+32+2=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #882002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882002 is #77DFFD. Grayscale: #3B3B3B. Windows color (decimal): -7856126 or 139400. OLE color: 139400.

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

Color convert

RGB 136 32 2 -
CMYK 0 0.76 0.99 0.47
HSL 13.43º 0.97% 0.27% -
HSV(B) 13.43º 0.99% 0.53% -
XYZ 10.68 6.27 0.71 -
YUV 59.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 136 32 2 0 0.76 0.99 0.47 13.43 0.97 0.27
Hex 88 20 2 0 4C 63 2F D 61 1B
Octal 210 40 2 0 114 143 57 15 141 33
Binary 10001000 100000 10 0 1001100 1100011 101111 1101 1100001 11011

Color Harmonies of #882002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882002

Black with #882002

Text Example


Text Example

White with #882002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882002; }

 p { color: rgb(136,32,2); }

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

background-color css

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

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

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

border-color css

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

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

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