Html Css Color HEX #882300 Falu Red

📋 copy color: '#882300'

red 136 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #882300

Tints of Falu Red #882300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.53%
G = 20.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#882300 (or 0x882300) is known color: Falu Red. HEX triplet: 88, 23 and 00. RGB value is (136,35,0). Sum of RGB (Red+Green+Blue) = 136+35+0=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #882300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882300 is #77DCFF. Grayscale: #3D3D3D. Windows color (decimal): -7855360 or 9096. OLE color: 9096.

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

Color convert

RGB 136 35 0 -
CMYK 0 0.74 1 0.47
HSL 15.44º 1% 0.27% -
HSV(B) 15.44º 1% 0.53% -
XYZ 10.75 6.44 0.68 -
YUV 61.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 136 35 0 0 0.74 1 0.47 15.44 1 0.27
Hex 88 23 0 0 4A 64 2F F 64 1B
Octal 210 43 0 0 112 144 57 17 144 33
Binary 10001000 100011 0 0 1001010 1100100 101111 1111 1100100 11011

Color Harmonies of #882300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882300

Black with #882300

Text Example


Text Example

White with #882300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882300; }

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

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

background-color css

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

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

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

border-color css

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

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

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