Html Css Color HEX #882001 Falu Red

📋 copy color: '#882001'

red 136 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #882001

Tints of Falu Red #882001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 80.47%
G = 18.93%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882001 (or 0x882001) is known color: Falu Red. HEX triplet: 88, 20 and 01. RGB value is (136,32,1). Sum of RGB (Red+Green+Blue) = 136+32+1=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #882001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882001 is #77DFFE. Grayscale: #3B3B3B. Windows color (decimal): -7856127 or 73864. OLE color: 73864.

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

Color convert

RGB 136 32 1 -
CMYK 0 0.76 0.99 0.47
HSL 13.78º 0.99% 0.27% -
HSV(B) 13.78º 0.99% 0.53% -
XYZ 10.68 6.27 0.68 -
YUV 59.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 136 32 1 0 0.76 0.99 0.47 13.78 0.99 0.27
Hex 88 20 1 0 4C 63 2F E 63 1B
Octal 210 40 1 0 114 143 57 16 143 33
Binary 10001000 100000 1 0 1001100 1100011 101111 1110 1100011 11011

Color Harmonies of #882001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882001

Black with #882001

Text Example


Text Example

White with #882001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882001; }

 p { color: rgb(136,32,1); }

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

background-color css

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

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

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

border-color css

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

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

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