Html Css Color HEX #823B41 Stiletto

📋 copy color: '#823B41'

red 130 ◦ green 59 ◦ blue 65

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

Shades of Stiletto #823B41

Tints of Stiletto #823B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 51.18%
G = 23.23%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#823B41 (or 0x823B41) is known color: Stiletto. HEX triplet: 82, 3B and 41. RGB value is (130,59,65). Sum of RGB (Red+Green+Blue) = 130+59+65=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #823B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B41 is #7DC4BE. Grayscale: #505050. Windows color (decimal): -8242367 or 4275074. OLE color: 4275074.

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

Color convert

RGB 130 59 65 -
CMYK 0 0.55 0.50 0.49
HSL 354.93º 0.38% 0.37% -
HSV(B) 354.93º 0.55% 0.51% -
XYZ 11.72 8.26 5.98 -
YUV 80.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 130 59 65 0 0.55 0.50 0.49 354.93 0.38 0.37
Hex 82 3B 41 0 37 32 31 163 26 25
Octal 202 73 101 0 67 62 61 543 46 45
Binary 10000010 111011 1000001 0 110111 110010 110001 101100011 100110 100101

Color Harmonies of #823B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B41

Black with #823B41

Text Example


Text Example

White with #823B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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