Html Css Color HEX #882301 Falu Red

📋 copy color: '#882301'

red 136 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #882301

Tints of Falu Red #882301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 79.07%
G = 20.35%
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

#882301 (or 0x882301) is known color: Falu Red. HEX triplet: 88, 23 and 01. RGB value is (136,35,1). Sum of RGB (Red+Green+Blue) = 136+35+1=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #882301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882301 is #77DCFE. Grayscale: #3D3D3D. Windows color (decimal): -7855359 or 74632. OLE color: 74632.

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

Color convert

RGB 136 35 1 -
CMYK 0 0.74 0.99 0.47
HSL 15.11º 0.99% 0.27% -
HSV(B) 15.11º 0.99% 0.53% -
XYZ 10.76 6.44 0.7 -
YUV 61.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 136 35 1 0 0.74 0.99 0.47 15.11 0.99 0.27
Hex 88 23 1 0 4A 63 2F F 63 1B
Octal 210 43 1 0 112 143 57 17 143 33
Binary 10001000 100011 1 0 1001010 1100011 101111 1111 1100011 11011

Color Harmonies of #882301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882301

Black with #882301

Text Example


Text Example

White with #882301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882301; }

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

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

background-color css

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

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

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

border-color css

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

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

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