Html Css Color HEX #881307 Falu Red

📋 copy color: '#881307'

red 136 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #881307

Tints of Falu Red #881307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.32%

R = 83.95%
G = 11.73%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#881307 (or 0x881307) is known color: Falu Red. HEX triplet: 88, 13 and 07. RGB value is (136,19,7). Sum of RGB (Red+Green+Blue) = 136+19+7=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #881307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881307 is #77ECF8. Grayscale: #343434. Windows color (decimal): -7859449 or 463752. OLE color: 463752.

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

Color convert

RGB 136 19 7 -
CMYK 0 0.86 0.95 0.47
HSL 5.58º 0.9% 0.28% -
HSV(B) 5.58º 0.95% 0.53% -
XYZ 10.42 5.72 0.75 -
YUV 52.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 136 19 7 0 0.86 0.95 0.47 5.58 0.9 0.28
Hex 88 13 7 0 56 5F 2F 6 5A 1C
Octal 210 23 7 0 126 137 57 6 132 34
Binary 10001000 10011 111 0 1010110 1011111 101111 110 1011010 11100

Color Harmonies of #881307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881307

Black with #881307

Text Example


Text Example

White with #881307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881307; }

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

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

background-color css

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

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

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

border-color css

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

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

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