Html Css Color HEX #824146 Stiletto

📋 copy color: '#824146'

red 130 ◦ green 65 ◦ blue 70

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

Shades of Stiletto #824146

Tints of Stiletto #824146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 49.06%
G = 24.53%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#824146 (or 0x824146) is known color: Stiletto. HEX triplet: 82, 41 and 46. RGB value is (130,65,70). Sum of RGB (Red+Green+Blue) = 130+65+70=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824146 is #7DBEB9. Grayscale: #555555. Windows color (decimal): -8240826 or 4604290. OLE color: 4604290.

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

Color convert

RGB 130 65 70 -
CMYK 0 0.50 0.46 0.49
HSL 355.38º 0.33% 0.38% -
HSV(B) 355.38º 0.5% 0.51% -
XYZ 12.2 8.97 6.88 -
YUV 85.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 130 65 70 0 0.50 0.46 0.49 355.38 0.33 0.38
Hex 82 41 46 0 32 2E 31 163 21 26
Octal 202 101 106 0 62 56 61 543 41 46
Binary 10000010 1000001 1000110 0 110010 101110 110001 101100011 100001 100110

Color Harmonies of #824146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824146

Black with #824146

Text Example


Text Example

White with #824146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824146; }

 p { color: rgb(130,65,70); }

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

background-color css

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

 a { background-color: rgb(130,65,70); }

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

border-color css

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

 span { border-color: rgb(130,65,70); }

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