Html Css Color HEX #882401 Falu Red

📋 copy color: '#882401'

red 136 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #882401

Tints of Falu Red #882401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 78.61%
G = 20.81%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882401 (or 0x882401) is known color: Falu Red. HEX triplet: 88, 24 and 01. RGB value is (136,36,1). Sum of RGB (Red+Green+Blue) = 136+36+1=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #882401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882401 is #77DBFE. Grayscale: #3E3E3E. Windows color (decimal): -7855103 or 74888. OLE color: 74888.

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

Color convert

RGB 136 36 1 -
CMYK 0 0.74 0.99 0.47
HSL 15.56º 0.99% 0.27% -
HSV(B) 15.56º 0.99% 0.53% -
XYZ 10.79 6.5 0.71 -
YUV 61.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 136 36 1 0 0.74 0.99 0.47 15.56 0.99 0.27
Hex 88 24 1 0 4A 63 2F 10 63 1B
Octal 210 44 1 0 112 143 57 20 143 33
Binary 10001000 100100 1 0 1001010 1100011 101111 10000 1100011 11011

Color Harmonies of #882401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882401

Black with #882401

Text Example


Text Example

White with #882401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882401; }

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

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

background-color css

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

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

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

border-color css

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

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

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