Html Css Color HEX #881A0D Falu Red

📋 copy color: '#881A0D'

red 136 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #881A0D

Tints of Falu Red #881A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

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

R = 77.71%
G = 14.86%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#881A0D (or 0x881A0D) is known color: Falu Red. HEX triplet: 88, 1A and 0D. RGB value is (136,26,13). Sum of RGB (Red+Green+Blue) = 136+26+13=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A0D is #77E5F2. Grayscale: #393939. Windows color (decimal): -7857651 or 858760. OLE color: 858760.

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

Color convert

RGB 136 26 13 -
CMYK 0 0.81 0.90 0.47
HSL 6.34º 0.83% 0.29% -
HSV(B) 6.34º 0.9% 0.53% -
XYZ 10.6 6 0.98 -
YUV 57.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 136 26 13 0 0.81 0.90 0.47 6.34 0.83 0.29
Hex 88 1A D 0 51 5A 2F 6 53 1D
Octal 210 32 15 0 121 132 57 6 123 35
Binary 10001000 11010 1101 0 1010001 1011010 101111 110 1010011 11101

Color Harmonies of #881A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A0D

Black with #881A0D

Text Example


Text Example

White with #881A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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