Html Css Color HEX #80383D Stiletto

📋 copy color: '#80383D'

red 128 ◦ green 56 ◦ blue 61

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

Shades of Stiletto #80383D

Tints of Stiletto #80383D

RGB

 RED value IS 128 (50.39% from 255) = 52.24%

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

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

R = 52.24%
G = 22.86%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80383D (or 0x80383D) is known color: Stiletto. HEX triplet: 80, 38 and 3D. RGB value is (128,56,61). Sum of RGB (Red+Green+Blue) = 128+56+61=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80383D is #7FC7C2. Grayscale: #4E4E4E. Windows color (decimal): -8374211 or 4012160. OLE color: 4012160.

HSL color Cylindrical-coordinate representation of color #80383D: hue angle of 355.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80383D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 61 -
CMYK 0 0.56 0.52 0.50
HSL 355.83º 0.39% 0.36% -
HSV(B) 355.83º 0.56% 0.5% -
XYZ 11.16 7.75 5.32 -
YUV 78.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 128 56 61 0 0.56 0.52 0.50 355.83 0.39 0.36
Hex 80 38 3D 0 38 34 32 164 27 24
Octal 200 70 75 0 70 64 62 544 47 44
Binary 10000000 111000 111101 0 111000 110100 110010 101100100 100111 100100

Color Harmonies of #80383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80383D

Black with #80383D

Text Example


Text Example

White with #80383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,56,61); }

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

background-color css

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

 a { background-color: rgb(128,56,61); }

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

border-color css

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

 span { border-color: rgb(128,56,61); }

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