Html Css Color HEX #83383F Stiletto

📋 copy color: '#83383F'

red 131 ◦ green 56 ◦ blue 63

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

Shades of Stiletto #83383F

Tints of Stiletto #83383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 52.4%
G = 22.4%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83383F (or 0x83383F) is known color: Stiletto. HEX triplet: 83, 38 and 3F. RGB value is (131,56,63). Sum of RGB (Red+Green+Blue) = 131+56+63=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83383F is #7CC7C0. Grayscale: #4F4F4F. Windows color (decimal): -8177601 or 4143235. OLE color: 4143235.

HSL color Cylindrical-coordinate representation of color #83383F: hue angle of 354.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83383F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 63 -
CMYK 0 0.57 0.52 0.49
HSL 354.4º 0.4% 0.37% -
HSV(B) 354.4º 0.57% 0.51% -
XYZ 11.67 8.01 5.63 -
YUV 79.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 131 56 63 0 0.57 0.52 0.49 354.4 0.4 0.37
Hex 83 38 3F 0 39 34 31 162 28 25
Octal 203 70 77 0 71 64 61 542 50 45
Binary 10000011 111000 111111 0 111001 110100 110001 101100010 101000 100101

Color Harmonies of #83383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83383F

Black with #83383F

Text Example


Text Example

White with #83383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83383F; }

 p { color: rgb(131,56,63); }

 H1.HeaderClassName
 {
   color: #83383F;
 }
 .AnyTagClassName
 {
   color: #83383F;
 }
</style>

background-color css

<style>
 a { background-color: #83383F; }

 a { background-color: rgb(131,56,63); }

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

border-color css

<style>
 span { border-color: #83383F; }

 span { border-color: rgb(131,56,63); }

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