Html Css Color HEX #844041 Stiletto

📋 copy color: '#844041'

red 132 ◦ green 64 ◦ blue 65

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

Shades of Stiletto #844041

Tints of Stiletto #844041

RGB

 RED value IS 132 (51.95% from 255) = 50.57%

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

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

R = 50.57%
G = 24.52%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#844041 (or 0x844041) is known color: Stiletto. HEX triplet: 84, 40 and 41. RGB value is (132,64,65). Sum of RGB (Red+Green+Blue) = 132+64+65=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #844041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844041 is #7BBFBE. Grayscale: #545454. Windows color (decimal): -8110015 or 4276356. OLE color: 4276356.

HSL color Cylindrical-coordinate representation of color #844041: hue angle of 359.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844041 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 65 -
CMYK 0 0.52 0.51 0.48
HSL 359.12º 0.35% 0.38% -
HSV(B) 359.12º 0.52% 0.52% -
XYZ 12.3 8.95 6.08 -
YUV 84.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 132 64 65 0 0.52 0.51 0.48 359.12 0.35 0.38
Hex 84 40 41 0 34 33 30 167 23 26
Octal 204 100 101 0 64 63 60 547 43 46
Binary 10000100 1000000 1000001 0 110100 110011 110000 101100111 100011 100110

Color Harmonies of #844041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844041

Black with #844041

Text Example


Text Example

White with #844041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844041; }

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

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

background-color css

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

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

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

border-color css

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

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

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