Html Css Color HEX #881309 Falu Red

📋 copy color: '#881309'

red 136 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #881309

Tints of Falu Red #881309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 82.93%
G = 11.59%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#881309 (or 0x881309) is known color: Falu Red. HEX triplet: 88, 13 and 09. RGB value is (136,19,9). Sum of RGB (Red+Green+Blue) = 136+19+9=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #881309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881309 is #77ECF6. Grayscale: #353535. Windows color (decimal): -7859447 or 594824. OLE color: 594824.

HSL color Cylindrical-coordinate representation of color #881309: hue angle of 4.72º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #881309 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 9 -
CMYK 0 0.86 0.93 0.47
HSL 4.72º 0.88% 0.28% -
HSV(B) 4.72º 0.93% 0.53% -
XYZ 10.44 5.72 0.81 -
YUV 52.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 136 19 9 0 0.86 0.93 0.47 4.72 0.88 0.28
Hex 88 13 9 0 56 5D 2F 5 58 1C
Octal 210 23 11 0 126 135 57 5 130 34
Binary 10001000 10011 1001 0 1010110 1011101 101111 101 1011000 11100

Color Harmonies of #881309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881309

Black with #881309

Text Example


Text Example

White with #881309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881309; }

 p { color: rgb(136,19,9); }

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

background-color css

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

 a { background-color: rgb(136,19,9); }

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

border-color css

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

 span { border-color: rgb(136,19,9); }

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