Html Css Color HEX #813940 Stiletto

📋 copy color: '#813940'

red 129 ◦ green 57 ◦ blue 64

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

Shades of Stiletto #813940

Tints of Stiletto #813940

RGB

 RED value IS 129 (50.78% from 255) = 51.6%

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

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 51.6%
G = 22.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#813940 (or 0x813940) is known color: Stiletto. HEX triplet: 81, 39 and 40. RGB value is (129,57,64). Sum of RGB (Red+Green+Blue) = 129+57+64=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813940 is #7EC6BF. Grayscale: #4F4F4F. Windows color (decimal): -8308416 or 4209025. OLE color: 4209025.

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

Color convert

RGB 129 57 64 -
CMYK 0 0.56 0.50 0.49
HSL 354.17º 0.39% 0.36% -
HSV(B) 354.17º 0.56% 0.51% -
XYZ 11.44 7.96 5.78 -
YUV 79.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 129 57 64 0 0.56 0.50 0.49 354.17 0.39 0.36
Hex 81 39 40 0 38 32 31 162 27 24
Octal 201 71 100 0 70 62 61 542 47 44
Binary 10000001 111001 1000000 0 111000 110010 110001 101100010 100111 100100

Color Harmonies of #813940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813940

Black with #813940

Text Example


Text Example

White with #813940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813940; }

 p { color: rgb(129,57,64); }

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

background-color css

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

 a { background-color: rgb(129,57,64); }

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

border-color css

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

 span { border-color: rgb(129,57,64); }

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