Html Css Color HEX #824344 Stiletto

📋 copy color: '#824344'

red 130 ◦ green 67 ◦ blue 68

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

Shades of Stiletto #824344

Tints of Stiletto #824344

RGB

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

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

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

R = 49.06%
G = 25.28%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#824344 (or 0x824344) is known color: Stiletto. HEX triplet: 82, 43 and 44. RGB value is (130,67,68). Sum of RGB (Red+Green+Blue) = 130+67+68=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824344 is #7DBCBB. Grayscale: #565656. Windows color (decimal): -8240316 or 4473730. OLE color: 4473730.

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

Color convert

RGB 130 67 68 -
CMYK 0 0.48 0.48 0.49
HSL 359.05º 0.32% 0.39% -
HSV(B) 359.05º 0.48% 0.51% -
XYZ 12.26 9.18 6.59 -
YUV 85.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 130 67 68 0 0.48 0.48 0.49 359.05 0.32 0.39
Hex 82 43 44 0 30 30 31 167 20 27
Octal 202 103 104 0 60 60 61 547 40 47
Binary 10000010 1000011 1000100 0 110000 110000 110001 101100111 100000 100111

Color Harmonies of #824344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824344

Black with #824344

Text Example


Text Example

White with #824344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824344; }

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

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

background-color css

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

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

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

border-color css

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

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

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