Html Css Color HEX #884041 Stiletto

📋 copy color: '#884041'

red 136 ◦ green 64 ◦ blue 65

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

Shades of Stiletto #884041

Tints of Stiletto #884041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 51.32%
G = 24.15%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#884041 (or 0x884041) is known color: Stiletto. HEX triplet: 88, 40 and 41. RGB value is (136,64,65). Sum of RGB (Red+Green+Blue) = 136+64+65=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884041 is #77BFBE. Grayscale: #555555. Windows color (decimal): -7847871 or 4276360. OLE color: 4276360.

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

Color convert

RGB 136 64 65 -
CMYK 0 0.53 0.52 0.47
HSL 359.17º 0.36% 0.39% -
HSV(B) 359.17º 0.53% 0.53% -
XYZ 12.94 9.28 6.11 -
YUV 85.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 136 64 65 0 0.53 0.52 0.47 359.17 0.36 0.39
Hex 88 40 41 0 35 34 2F 167 24 27
Octal 210 100 101 0 65 64 57 547 44 47
Binary 10001000 1000000 1000001 0 110101 110100 101111 101100111 100100 100111

Color Harmonies of #884041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884041

Black with #884041

Text Example


Text Example

White with #884041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884041; }

 p { color: rgb(136,64,65); }

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

background-color css

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

 a { background-color: rgb(136,64,65); }

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

border-color css

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

 span { border-color: rgb(136,64,65); }

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