Html Css Color HEX #882500 Falu Red

📋 copy color: '#882500'

red 136 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #882500

Tints of Falu Red #882500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 78.61%
G = 21.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#882500 (or 0x882500) is known color: Falu Red. HEX triplet: 88, 25 and 00. RGB value is (136,37,0). Sum of RGB (Red+Green+Blue) = 136+37+0=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #882500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882500 is #77DAFF. Grayscale: #3E3E3E. Windows color (decimal): -7854848 or 9608. OLE color: 9608.

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

Color convert

RGB 136 37 0 -
CMYK 0 0.73 1 0.47
HSL 16.32º 1% 0.27% -
HSV(B) 16.32º 1% 0.53% -
XYZ 10.81 6.56 0.7 -
YUV 62.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 136 37 0 0 0.73 1 0.47 16.32 1 0.27
Hex 88 25 0 0 49 64 2F 10 64 1B
Octal 210 45 0 0 111 144 57 20 144 33
Binary 10001000 100101 0 0 1001001 1100100 101111 10000 1100100 11011

Color Harmonies of #882500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882500

Black with #882500

Text Example


Text Example

White with #882500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882500; }

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

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

background-color css

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

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

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

border-color css

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

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

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