Html Css Color HEX #844243 Stiletto

📋 copy color: '#844243'

red 132 ◦ green 66 ◦ blue 67

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

Shades of Stiletto #844243

Tints of Stiletto #844243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 49.81%
G = 24.91%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#844243 (or 0x844243) is known color: Stiletto. HEX triplet: 84, 42 and 43. RGB value is (132,66,67). Sum of RGB (Red+Green+Blue) = 132+66+67=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844243 is #7BBDBC. Grayscale: #555555. Windows color (decimal): -8109501 or 4407940. OLE color: 4407940.

HSL color Cylindrical-coordinate representation of color #844243: hue angle of 359.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844243 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 67 -
CMYK 0 0.5 0.49 0.48
HSL 359.09º 0.33% 0.39% -
HSV(B) 359.09º 0.5% 0.52% -
XYZ 12.48 9.21 6.43 -
YUV 85.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 132 66 67 0 0.5 0.49 0.48 359.09 0.33 0.39
Hex 84 42 43 0 32 31 30 167 21 27
Octal 204 102 103 0 62 61 60 547 41 47
Binary 10000100 1000010 1000011 0 110010 110001 110000 101100111 100001 100111

Color Harmonies of #844243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844243

Black with #844243

Text Example


Text Example

White with #844243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844243; }

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

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

background-color css

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

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

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

border-color css

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

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

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