Html Css Color HEX #7D3E41 Stiletto

📋 copy color: '#7D3E41'

red 125 ◦ green 62 ◦ blue 65

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

Shades of Stiletto #7D3E41

Tints of Stiletto #7D3E41

RGB

 RED value IS 125 (49.22% from 255) = 49.6%

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 49.6%
G = 24.6%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D3E41 (or 0x7D3E41) is known color: Stiletto. HEX triplet: 7D, 3E and 41. RGB value is (125,62,65). Sum of RGB (Red+Green+Blue) = 125+62+65=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E41 is #82C1BE. Grayscale: #515151. Windows color (decimal): -8569279 or 4275837. OLE color: 4275837.

HSL color Cylindrical-coordinate representation of color #7D3E41: hue angle of 357.14º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E41 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 62 65 -
CMYK 0 0.50 0.48 0.51
HSL 357.14º 0.34% 0.37% -
HSV(B) 357.14º 0.5% 0.49% -
XYZ 11.13 8.19 5.99 -
YUV 81.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 125 62 65 0 0.50 0.48 0.51 357.14 0.34 0.37
Hex 7D 3E 41 0 32 30 33 165 22 25
Octal 175 76 101 0 62 60 63 545 42 45
Binary 1111101 111110 1000001 0 110010 110000 110011 101100101 100010 100101

Color Harmonies of #7D3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E41

Black with #7D3E41

Text Example


Text Example

White with #7D3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3E41; }

 p { color: rgb(125,62,65); }

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

background-color css

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

 a { background-color: rgb(125,62,65); }

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

border-color css

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

 span { border-color: rgb(125,62,65); }

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