Html Css Color HEX #813739 Stiletto

📋 copy color: '#813739'

red 129 ◦ green 55 ◦ blue 57

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

Shades of Stiletto #813739

Tints of Stiletto #813739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 53.53%
G = 22.82%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#813739 (or 0x813739) is known color: Stiletto. HEX triplet: 81, 37 and 39. RGB value is (129,55,57). Sum of RGB (Red+Green+Blue) = 129+55+57=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813739 is #7EC8C6. Grayscale: #4D4D4D. Windows color (decimal): -8308935 or 3749761. OLE color: 3749761.

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

Color convert

RGB 129 55 57 -
CMYK 0 0.57 0.56 0.49
HSL 358.38º 0.4% 0.36% -
HSV(B) 358.38º 0.57% 0.51% -
XYZ 11.16 7.69 4.77 -
YUV 77.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 129 55 57 0 0.57 0.56 0.49 358.38 0.4 0.36
Hex 81 37 39 0 39 38 31 166 28 24
Octal 201 67 71 0 71 70 61 546 50 44
Binary 10000001 110111 111001 0 111001 111000 110001 101100110 101000 100100

Color Harmonies of #813739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813739

Black with #813739

Text Example


Text Example

White with #813739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813739; }

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

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

background-color css

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

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

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

border-color css

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

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

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