Html Css Color HEX #880F0D Falu Red

📋 copy color: '#880F0D'

red 136 ◦ green 15 ◦ blue 13

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

Shades of Falu Red #880F0D

Tints of Falu Red #880F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 82.93%
G = 9.15%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#880F0D (or 0x880F0D) is known color: Falu Red. HEX triplet: 88, 0F and 0D. RGB value is (136,15,13). Sum of RGB (Red+Green+Blue) = 136+15+13=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F0D is #77F0F2. Grayscale: #333333. Windows color (decimal): -7860467 or 855944. OLE color: 855944.

HSL color Cylindrical-coordinate representation of color #880F0D: hue angle of 0.98º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880F0D is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 13 -
CMYK 0 0.89 0.90 0.47
HSL 0.98º 0.83% 0.29% -
HSV(B) 0.98º 0.9% 0.53% -
XYZ 10.4 5.6 0.91 -
YUV 50.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 136 15 13 0 0.89 0.90 0.47 0.98 0.83 0.29
Hex 88 F D 0 59 5A 2F 1 53 1D
Octal 210 17 15 0 131 132 57 1 123 35
Binary 10001000 1111 1101 0 1011001 1011010 101111 1 1010011 11101

Color Harmonies of #880F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F0D

Black with #880F0D

Text Example


Text Example

White with #880F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880F0D; }

 p { color: rgb(136,15,13); }

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

background-color css

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

 a { background-color: rgb(136,15,13); }

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

border-color css

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

 span { border-color: rgb(136,15,13); }

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