Html Css Color HEX #882602 Falu Red

📋 copy color: '#882602'

red 136 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #882602

Tints of Falu Red #882602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 77.27%
G = 21.59%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882602 (or 0x882602) is known color: Falu Red. HEX triplet: 88, 26 and 02. RGB value is (136,38,2). Sum of RGB (Red+Green+Blue) = 136+38+2=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #882602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882602 is #77D9FD. Grayscale: #3F3F3F. Windows color (decimal): -7854590 or 140936. OLE color: 140936.

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

Color convert

RGB 136 38 2 -
CMYK 0 0.72 0.99 0.47
HSL 16.12º 0.97% 0.27% -
HSV(B) 16.12º 0.99% 0.53% -
XYZ 10.86 6.62 0.76 -
YUV 63.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 136 38 2 0 0.72 0.99 0.47 16.12 0.97 0.27
Hex 88 26 2 0 48 63 2F 10 61 1B
Octal 210 46 2 0 110 143 57 20 141 33
Binary 10001000 100110 10 0 1001000 1100011 101111 10000 1100001 11011

Color Harmonies of #882602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882602

Black with #882602

Text Example


Text Example

White with #882602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882602; }

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

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

background-color css

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

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

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

border-color css

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

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

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