Html Css Color HEX #880D0D Falu Red

📋 copy color: '#880D0D'

red 136 ◦ green 13 ◦ blue 13

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

Shades of Falu Red #880D0D

Tints of Falu Red #880D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

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

R = 83.95%
G = 8.02%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#880D0D (or 0x880D0D) is known color: Falu Red. HEX triplet: 88, 0D and 0D. RGB value is (136,13,13). Sum of RGB (Red+Green+Blue) = 136+13+13=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880D0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D0D is #77F2F2. Grayscale: #313131. Windows color (decimal): -7860979 or 855432. OLE color: 855432.

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

Color convert

RGB 136 13 13 -
CMYK 0 0.90 0.90 0.47
HSL 0.83% 0.29% -
HSV(B) 0.9% 0.53% -
XYZ 10.37 5.55 0.91 -
YUV 49.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 136 13 13 0 0.90 0.90 0.47 0 0.83 0.29
Hex 88 D D 0 5A 5A 2F 0 53 1D
Octal 210 15 15 0 132 132 57 0 123 35
Binary 10001000 1101 1101 0 1011010 1011010 101111 0 1010011 11101

Color Harmonies of #880D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D0D

Black with #880D0D

Text Example


Text Example

White with #880D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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