Html Css Color HEX #82373B Stiletto

📋 copy color: '#82373B'

red 130 ◦ green 55 ◦ blue 59

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

Shades of Stiletto #82373B

Tints of Stiletto #82373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 59 (23.44% from 255) = 24.18%

R = 53.28%
G = 22.54%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82373B (or 0x82373B) is known color: Stiletto. HEX triplet: 82, 37 and 3B. RGB value is (130,55,59). Sum of RGB (Red+Green+Blue) = 130+55+59=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82373B is #7DC8C4. Grayscale: #4D4D4D. Windows color (decimal): -8243397 or 3880834. OLE color: 3880834.

HSL color Cylindrical-coordinate representation of color #82373B: hue angle of 356.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82373B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 59 -
CMYK 0 0.58 0.55 0.49
HSL 356.8º 0.41% 0.36% -
HSV(B) 356.8º 0.58% 0.51% -
XYZ 11.36 7.79 5.04 -
YUV 77.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 130 55 59 0 0.58 0.55 0.49 356.8 0.41 0.36
Hex 82 37 3B 0 3A 37 31 165 29 24
Octal 202 67 73 0 72 67 61 545 51 44
Binary 10000010 110111 111011 0 111010 110111 110001 101100101 101001 100100

Color Harmonies of #82373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82373B

Black with #82373B

Text Example


Text Example

White with #82373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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