Html Css Color HEX #881903 Falu Red

📋 copy color: '#881903'

red 136 ◦ green 25 ◦ blue 3

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

Shades of Falu Red #881903

Tints of Falu Red #881903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 82.93%
G = 15.24%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#881903 (or 0x881903) is known color: Falu Red. HEX triplet: 88, 19 and 03. RGB value is (136,25,3). Sum of RGB (Red+Green+Blue) = 136+25+3=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #881903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881903 is #77E6FC. Grayscale: #373737. Windows color (decimal): -7857917 or 203144. OLE color: 203144.

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

Color convert

RGB 136 25 3 -
CMYK 0 0.82 0.98 0.47
HSL 9.92º 0.96% 0.27% -
HSV(B) 9.92º 0.98% 0.53% -
XYZ 10.52 5.94 0.68 -
YUV 55.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 136 25 3 0 0.82 0.98 0.47 9.92 0.96 0.27
Hex 88 19 3 0 52 62 2F A 60 1B
Octal 210 31 3 0 122 142 57 12 140 33
Binary 10001000 11001 11 0 1010010 1100010 101111 1010 1100000 11011

Color Harmonies of #881903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881903

Black with #881903

Text Example


Text Example

White with #881903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881903; }

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

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

background-color css

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

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

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

border-color css

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

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

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