Html Css Color HEX #824345 Stiletto

📋 copy color: '#824345'

red 130 ◦ green 67 ◦ blue 69

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

Shades of Stiletto #824345

Tints of Stiletto #824345

RGB

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

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

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

R = 48.87%
G = 25.19%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824345 (or 0x824345) is known color: Stiletto. HEX triplet: 82, 43 and 45. RGB value is (130,67,69). Sum of RGB (Red+Green+Blue) = 130+67+69=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824345 is #7DBCBA. Grayscale: #565656. Windows color (decimal): -8240315 or 4539266. OLE color: 4539266.

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

Color convert

RGB 130 67 69 -
CMYK 0 0.48 0.47 0.49
HSL 358.1º 0.32% 0.39% -
HSV(B) 358.1º 0.48% 0.51% -
XYZ 12.29 9.19 6.76 -
YUV 86.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 130 67 69 0 0.48 0.47 0.49 358.1 0.32 0.39
Hex 82 43 45 0 30 2F 31 166 20 27
Octal 202 103 105 0 60 57 61 546 40 47
Binary 10000010 1000011 1000101 0 110000 101111 110001 101100110 100000 100111

Color Harmonies of #824345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824345

Black with #824345

Text Example


Text Example

White with #824345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824345; }

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

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

background-color css

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

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

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

border-color css

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

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

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