Html Css Color HEX #7D3639 Stiletto

📋 copy color: '#7D3639'

red 125 ◦ green 54 ◦ blue 57

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

Shades of Stiletto #7D3639

Tints of Stiletto #7D3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 52.97%
G = 22.88%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D3639 (or 0x7D3639) is known color: Stiletto. HEX triplet: 7D, 36 and 39. RGB value is (125,54,57). Sum of RGB (Red+Green+Blue) = 125+54+57=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3639 is #82C9C6. Grayscale: #4B4B4B. Windows color (decimal): -8571335 or 3749501. OLE color: 3749501.

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

Color convert

RGB 125 54 57 -
CMYK 0 0.57 0.54 0.51
HSL 357.46º 0.4% 0.35% -
HSV(B) 357.46º 0.57% 0.49% -
XYZ 10.52 7.29 4.72 -
YUV 75.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 125 54 57 0 0.57 0.54 0.51 357.46 0.4 0.35
Hex 7D 36 39 0 39 36 33 165 28 23
Octal 175 66 71 0 71 66 63 545 50 43
Binary 1111101 110110 111001 0 111001 110110 110011 101100101 101000 100011

Color Harmonies of #7D3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3639

Black with #7D3639

Text Example


Text Example

White with #7D3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,57); }

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

background-color css

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

 a { background-color: rgb(125,54,57); }

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

border-color css

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

 span { border-color: rgb(125,54,57); }

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