Html Css Color HEX #824245 Stiletto

📋 copy color: '#824245'

red 130 ◦ green 66 ◦ blue 69

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

Shades of Stiletto #824245

Tints of Stiletto #824245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 49.06%
G = 24.91%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824245 (or 0x824245) is known color: Stiletto. HEX triplet: 82, 42 and 45. RGB value is (130,66,69). Sum of RGB (Red+Green+Blue) = 130+66+69=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #824245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824245 is #7DBDBA. Grayscale: #555555. Windows color (decimal): -8240571 or 4539010. OLE color: 4539010.

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

Color convert

RGB 130 66 69 -
CMYK 0 0.49 0.47 0.49
HSL 357.19º 0.33% 0.38% -
HSV(B) 357.19º 0.49% 0.51% -
XYZ 12.23 9.07 6.74 -
YUV 85.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 130 66 69 0 0.49 0.47 0.49 357.19 0.33 0.38
Hex 82 42 45 0 31 2F 31 165 21 26
Octal 202 102 105 0 61 57 61 545 41 46
Binary 10000010 1000010 1000101 0 110001 101111 110001 101100101 100001 100110

Color Harmonies of #824245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824245

Black with #824245

Text Example


Text Example

White with #824245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824245; }

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

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

background-color css

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

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

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

border-color css

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

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

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