Html Css Color HEX #7D3C3D Stiletto

📋 copy color: '#7D3C3D'

red 125 ◦ green 60 ◦ blue 61

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

Shades of Stiletto #7D3C3D

Tints of Stiletto #7D3C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

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

R = 50.81%
G = 24.39%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D3C3D (or 0x7D3C3D) is known color: Stiletto. HEX triplet: 7D, 3C and 3D. RGB value is (125,60,61). Sum of RGB (Red+Green+Blue) = 125+60+61=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C3D is #82C3C2. Grayscale: #4F4F4F. Windows color (decimal): -8569795 or 4013181. OLE color: 4013181.

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

Color convert

RGB 125 60 61 -
CMYK 0 0.52 0.51 0.51
HSL 359.08º 0.35% 0.36% -
HSV(B) 359.08º 0.52% 0.49% -
XYZ 10.92 7.93 5.37 -
YUV 79.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 125 60 61 0 0.52 0.51 0.51 359.08 0.35 0.36
Hex 7D 3C 3D 0 34 33 33 167 23 24
Octal 175 74 75 0 64 63 63 547 43 44
Binary 1111101 111100 111101 0 110100 110011 110011 101100111 100011 100100

Color Harmonies of #7D3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3C3D

Black with #7D3C3D

Text Example


Text Example

White with #7D3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,60,61); }

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

background-color css

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

 a { background-color: rgb(125,60,61); }

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

border-color css

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

 span { border-color: rgb(125,60,61); }

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