Html Css Color HEX #881703 Falu Red

📋 copy color: '#881703'

red 136 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #881703

Tints of Falu Red #881703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 83.95%
G = 14.2%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#881703 (or 0x881703) is known color: Falu Red. HEX triplet: 88, 17 and 03. RGB value is (136,23,3). Sum of RGB (Red+Green+Blue) = 136+23+3=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #881703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881703 is #77E8FC. Grayscale: #363636. Windows color (decimal): -7858429 or 202632. OLE color: 202632.

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

Color convert

RGB 136 23 3 -
CMYK 0 0.83 0.98 0.47
HSL 9.02º 0.96% 0.27% -
HSV(B) 9.02º 0.98% 0.53% -
XYZ 10.48 5.85 0.66 -
YUV 54.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 136 23 3 0 0.83 0.98 0.47 9.02 0.96 0.27
Hex 88 17 3 0 53 62 2F 9 60 1B
Octal 210 27 3 0 123 142 57 11 140 33
Binary 10001000 10111 11 0 1010011 1100010 101111 1001 1100000 11011

Color Harmonies of #881703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881703

Black with #881703

Text Example


Text Example

White with #881703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881703; }

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

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

background-color css

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

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

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

border-color css

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

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

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