Html Css Color HEX #83363D Stiletto

📋 copy color: '#83363D'

red 131 ◦ green 54 ◦ blue 61

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

Shades of Stiletto #83363D

Tints of Stiletto #83363D

RGB

 RED value IS 131 (51.56% from 255) = 53.25%

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 53.25%
G = 21.95%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83363D (or 0x83363D) is known color: Stiletto. HEX triplet: 83, 36 and 3D. RGB value is (131,54,61). Sum of RGB (Red+Green+Blue) = 131+54+61=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363D is #7CC9C2. Grayscale: #4D4D4D. Windows color (decimal): -8178115 or 4011651. OLE color: 4011651.

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

Color convert

RGB 131 54 61 -
CMYK 0 0.59 0.53 0.49
HSL 354.55º 0.42% 0.36% -
HSV(B) 354.55º 0.59% 0.51% -
XYZ 11.52 7.8 5.31 -
YUV 77.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 131 54 61 0 0.59 0.53 0.49 354.55 0.42 0.36
Hex 83 36 3D 0 3B 35 31 163 2A 24
Octal 203 66 75 0 73 65 61 543 52 44
Binary 10000011 110110 111101 0 111011 110101 110001 101100011 101010 100100

Color Harmonies of #83363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83363D

Black with #83363D

Text Example


Text Example

White with #83363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83363D; }

 p { color: rgb(131,54,61); }

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

background-color css

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

 a { background-color: rgb(131,54,61); }

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

border-color css

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

 span { border-color: rgb(131,54,61); }

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