Html Css Color HEX #882604 Falu Red

📋 copy color: '#882604'

red 136 ◦ green 38 ◦ blue 4

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

Shades of Falu Red #882604

Tints of Falu Red #882604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.25%

R = 76.4%
G = 21.35%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#882604 (or 0x882604) is known color: Falu Red. HEX triplet: 88, 26 and 04. RGB value is (136,38,4). Sum of RGB (Red+Green+Blue) = 136+38+4=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882604 is #77D9FB. Grayscale: #3F3F3F. Windows color (decimal): -7854588 or 272008. OLE color: 272008.

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

Color convert

RGB 136 38 4 -
CMYK 0 0.72 0.97 0.47
HSL 15.45º 0.94% 0.27% -
HSV(B) 15.45º 0.97% 0.53% -
XYZ 10.87 6.63 0.82 -
YUV 63.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 136 38 4 0 0.72 0.97 0.47 15.45 0.94 0.27
Hex 88 26 4 0 48 61 2F F 5E 1B
Octal 210 46 4 0 110 141 57 17 136 33
Binary 10001000 100110 100 0 1001000 1100001 101111 1111 1011110 11011

Color Harmonies of #882604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882604

Black with #882604

Text Example


Text Example

White with #882604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882604; }

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

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

background-color css

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

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

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

border-color css

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

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

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