Html Css Color HEX #882003 Falu Red

📋 copy color: '#882003'

red 136 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #882003

Tints of Falu Red #882003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.75%

R = 79.53%
G = 18.71%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#882003 (or 0x882003) is known color: Falu Red. HEX triplet: 88, 20 and 03. RGB value is (136,32,3). Sum of RGB (Red+Green+Blue) = 136+32+3=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #882003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882003 is #77DFFC. Grayscale: #3C3C3C. Windows color (decimal): -7856125 or 204936. OLE color: 204936.

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

Color convert

RGB 136 32 3 -
CMYK 0 0.76 0.98 0.47
HSL 13.08º 0.96% 0.27% -
HSV(B) 13.08º 0.98% 0.53% -
XYZ 10.69 6.27 0.73 -
YUV 59.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 136 32 3 0 0.76 0.98 0.47 13.08 0.96 0.27
Hex 88 20 3 0 4C 62 2F D 60 1B
Octal 210 40 3 0 114 142 57 15 140 33
Binary 10001000 100000 11 0 1001100 1100010 101111 1101 1100000 11011

Color Harmonies of #882003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882003

Black with #882003

Text Example


Text Example

White with #882003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882003; }

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

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

background-color css

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

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

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

border-color css

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

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

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