Html Css Color HEX #843940 Stiletto

📋 copy color: '#843940'

red 132 ◦ green 57 ◦ blue 64

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

Shades of Stiletto #843940

Tints of Stiletto #843940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 52.17%
G = 22.53%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#843940 (or 0x843940) is known color: Stiletto. HEX triplet: 84, 39 and 40. RGB value is (132,57,64). Sum of RGB (Red+Green+Blue) = 132+57+64=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #843940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843940 is #7BC6BF. Grayscale: #505050. Windows color (decimal): -8111808 or 4209028. OLE color: 4209028.

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

Color convert

RGB 132 57 64 -
CMYK 0 0.57 0.52 0.48
HSL 354.4º 0.4% 0.37% -
HSV(B) 354.4º 0.57% 0.52% -
XYZ 11.9 8.2 5.81 -
YUV 80.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 132 57 64 0 0.57 0.52 0.48 354.4 0.4 0.37
Hex 84 39 40 0 39 34 30 162 28 25
Octal 204 71 100 0 71 64 60 542 50 45
Binary 10000100 111001 1000000 0 111001 110100 110000 101100010 101000 100101

Color Harmonies of #843940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843940

Black with #843940

Text Example


Text Example

White with #843940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843940; }

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

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

background-color css

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

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

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

border-color css

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

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

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