Html Css Color HEX #823D45 Stiletto

📋 copy color: '#823D45'

red 130 ◦ green 61 ◦ blue 69

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

Shades of Stiletto #823D45

Tints of Stiletto #823D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

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

R = 50%
G = 23.46%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#823D45 (or 0x823D45) is known color: Stiletto. HEX triplet: 82, 3D and 45. RGB value is (130,61,69). Sum of RGB (Red+Green+Blue) = 130+61+69=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #823D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D45 is #7DC2BA. Grayscale: #525252. Windows color (decimal): -8241851 or 4537730. OLE color: 4537730.

HSL color Cylindrical-coordinate representation of color #823D45: hue angle of 353.04º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D45 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 61 69 -
CMYK 0 0.53 0.47 0.49
HSL 353.04º 0.36% 0.37% -
HSV(B) 353.04º 0.53% 0.51% -
XYZ 11.95 8.51 6.64 -
YUV 82.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 130 61 69 0 0.53 0.47 0.49 353.04 0.36 0.37
Hex 82 3D 45 0 35 2F 31 161 24 25
Octal 202 75 105 0 65 57 61 541 44 45
Binary 10000010 111101 1000101 0 110101 101111 110001 101100001 100100 100101

Color Harmonies of #823D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D45

Black with #823D45

Text Example


Text Example

White with #823D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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