Html Css Color HEX #824244 Stiletto

📋 copy color: '#824244'

red 130 ◦ green 66 ◦ blue 68

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

Shades of Stiletto #824244

Tints of Stiletto #824244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 49.24%
G = 25%
B = 25.76%

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

#824244 (or 0x824244) is known color: Stiletto. HEX triplet: 82, 42 and 44. RGB value is (130,66,68). Sum of RGB (Red+Green+Blue) = 130+66+68=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824244 is #7DBDBB. Grayscale: #555555. Windows color (decimal): -8240572 or 4473474. OLE color: 4473474.

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

Color convert

RGB 130 66 68 -
CMYK 0 0.49 0.48 0.49
HSL 358.13º 0.33% 0.38% -
HSV(B) 358.13º 0.49% 0.51% -
XYZ 12.2 9.06 6.57 -
YUV 85.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 130 66 68 0 0.49 0.48 0.49 358.13 0.33 0.38
Hex 82 42 44 0 31 30 31 166 21 26
Octal 202 102 104 0 61 60 61 546 41 46
Binary 10000010 1000010 1000100 0 110001 110000 110001 101100110 100001 100110

Color Harmonies of #824244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824244

Black with #824244

Text Example


Text Example

White with #824244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824244; }

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

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

background-color css

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

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

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

border-color css

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

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

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