Html Css Color HEX #82393B Stiletto

📋 copy color: '#82393B'

red 130 ◦ green 57 ◦ blue 59

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

Shades of Stiletto #82393B

Tints of Stiletto #82393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 52.85%
G = 23.17%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82393B (or 0x82393B) is known color: Stiletto. HEX triplet: 82, 39 and 3B. RGB value is (130,57,59). Sum of RGB (Red+Green+Blue) = 130+57+59=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82393B is #7DC6C4. Grayscale: #4F4F4F. Windows color (decimal): -8242885 or 3881346. OLE color: 3881346.

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

Color convert

RGB 130 57 59 -
CMYK 0 0.56 0.55 0.49
HSL 358.36º 0.39% 0.37% -
HSV(B) 358.36º 0.56% 0.51% -
XYZ 11.46 7.99 5.08 -
YUV 79.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 130 57 59 0 0.56 0.55 0.49 358.36 0.39 0.37
Hex 82 39 3B 0 38 37 31 166 27 25
Octal 202 71 73 0 70 67 61 546 47 45
Binary 10000010 111001 111011 0 111000 110111 110001 101100110 100111 100101

Color Harmonies of #82393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82393B

Black with #82393B

Text Example


Text Example

White with #82393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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