Html Css Color HEX #83383E Stiletto

📋 copy color: '#83383E'

red 131 ◦ green 56 ◦ blue 62

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

Shades of Stiletto #83383E

Tints of Stiletto #83383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 52.61%
G = 22.49%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83383E (or 0x83383E) is known color: Stiletto. HEX triplet: 83, 38 and 3E. RGB value is (131,56,62). Sum of RGB (Red+Green+Blue) = 131+56+62=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83383E is #7CC7C1. Grayscale: #4F4F4F. Windows color (decimal): -8177602 or 4077699. OLE color: 4077699.

HSL color Cylindrical-coordinate representation of color #83383E: hue angle of 355.2º 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 #83383E is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 62 -
CMYK 0 0.57 0.53 0.49
HSL 355.2º 0.4% 0.37% -
HSV(B) 355.2º 0.57% 0.51% -
XYZ 11.64 8 5.49 -
YUV 79.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 131 56 62 0 0.57 0.53 0.49 355.2 0.4 0.37
Hex 83 38 3E 0 39 35 31 163 28 25
Octal 203 70 76 0 71 65 61 543 50 45
Binary 10000011 111000 111110 0 111001 110101 110001 101100011 101000 100101

Color Harmonies of #83383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83383E

Black with #83383E

Text Example


Text Example

White with #83383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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