Html Css Color HEX #881D03 Falu Red

📋 copy color: '#881D03'

red 136 ◦ green 29 ◦ blue 3

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

Shades of Falu Red #881D03

Tints of Falu Red #881D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 80.95%
G = 17.26%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#881D03 (or 0x881D03) is known color: Falu Red. HEX triplet: 88, 1D and 03. RGB value is (136,29,3). Sum of RGB (Red+Green+Blue) = 136+29+3=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #881D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D03 is #77E2FC. Grayscale: #3A3A3A. Windows color (decimal): -7856893 or 204168. OLE color: 204168.

HSL color Cylindrical-coordinate representation of color #881D03: hue angle of 11.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #881D03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 29 3 -
CMYK 0 0.79 0.98 0.47
HSL 11.73º 0.96% 0.27% -
HSV(B) 11.73º 0.98% 0.53% -
XYZ 10.61 6.12 0.71 -
YUV 58.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 136 29 3 0 0.79 0.98 0.47 11.73 0.96 0.27
Hex 88 1D 3 0 4F 62 2F C 60 1B
Octal 210 35 3 0 117 142 57 14 140 33
Binary 10001000 11101 11 0 1001111 1100010 101111 1100 1100000 11011

Color Harmonies of #881D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D03

Black with #881D03

Text Example


Text Example

White with #881D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,29,3); }

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

background-color css

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

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

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

border-color css

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

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

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