Html Css Color HEX #824243 Stiletto

📋 copy color: '#824243'

red 130 ◦ green 66 ◦ blue 67

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

Shades of Stiletto #824243

Tints of Stiletto #824243

RGB

 RED value IS 130 (51.17% from 255) = 49.43%

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

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

R = 49.43%
G = 25.1%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#824243 (or 0x824243) is known color: Stiletto. HEX triplet: 82, 42 and 43. RGB value is (130,66,67). Sum of RGB (Red+Green+Blue) = 130+66+67=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824243 is #7DBDBC. Grayscale: #555555. Windows color (decimal): -8240573 or 4407938. OLE color: 4407938.

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

Color convert

RGB 130 66 67 -
CMYK 0 0.49 0.48 0.49
HSL 359.06º 0.33% 0.38% -
HSV(B) 359.06º 0.49% 0.51% -
XYZ 12.17 9.05 6.42 -
YUV 85.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 130 66 67 0 0.49 0.48 0.49 359.06 0.33 0.38
Hex 82 42 43 0 31 30 31 167 21 26
Octal 202 102 103 0 61 60 61 547 41 46
Binary 10000010 1000010 1000011 0 110001 110000 110001 101100111 100001 100110

Color Harmonies of #824243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824243

Black with #824243

Text Example


Text Example

White with #824243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824243; }

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

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

background-color css

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

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

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

border-color css

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

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

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