Html Css Color HEX #881902 Falu Red

📋 copy color: '#881902'

red 136 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #881902

Tints of Falu Red #881902

RGB

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

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

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

R = 83.44%
G = 15.34%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#881902 (or 0x881902) is known color: Falu Red. HEX triplet: 88, 19 and 02. RGB value is (136,25,2). Sum of RGB (Red+Green+Blue) = 136+25+2=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881902 is #77E6FD. Grayscale: #373737. Windows color (decimal): -7857918 or 137608. OLE color: 137608.

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

Color convert

RGB 136 25 2 -
CMYK 0 0.82 0.99 0.47
HSL 10.3º 0.97% 0.27% -
HSV(B) 10.3º 0.99% 0.53% -
XYZ 10.51 5.93 0.65 -
YUV 55.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 136 25 2 0 0.82 0.99 0.47 10.3 0.97 0.27
Hex 88 19 2 0 52 63 2F A 61 1B
Octal 210 31 2 0 122 143 57 12 141 33
Binary 10001000 11001 10 0 1010010 1100011 101111 1010 1100001 11011

Color Harmonies of #881902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881902

Black with #881902

Text Example


Text Example

White with #881902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881902; }

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

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

background-color css

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

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

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

border-color css

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

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

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