Html Css Color HEX #843F42 Stiletto

📋 copy color: '#843F42'

red 132 ◦ green 63 ◦ blue 66

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

Shades of Stiletto #843F42

Tints of Stiletto #843F42

RGB

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

 GREEN value IS 63 (25% from 255) = 24.14%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 50.57%
G = 24.14%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#843F42 (or 0x843F42) is known color: Stiletto. HEX triplet: 84, 3F and 42. RGB value is (132,63,66). Sum of RGB (Red+Green+Blue) = 132+63+66=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #843F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F42 is #7BC0BD. Grayscale: #545454. Windows color (decimal): -8110270 or 4341636. OLE color: 4341636.

HSL color Cylindrical-coordinate representation of color #843F42: hue angle of 357.39º 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 #843F42 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 63 66 -
CMYK 0 0.52 0.5 0.48
HSL 357.39º 0.35% 0.38% -
HSV(B) 357.39º 0.52% 0.52% -
XYZ 12.28 8.85 6.22 -
YUV 83.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 132 63 66 0 0.52 0.5 0.48 357.39 0.35 0.38
Hex 84 3F 42 0 34 32 30 165 23 26
Octal 204 77 102 0 64 62 60 545 43 46
Binary 10000100 111111 1000010 0 110100 110010 110000 101100101 100011 100110

Color Harmonies of #843F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F42

Black with #843F42

Text Example


Text Example

White with #843F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843F42; }

 p { color: rgb(132,63,66); }

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

background-color css

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

 a { background-color: rgb(132,63,66); }

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

border-color css

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

 span { border-color: rgb(132,63,66); }

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