Html Css Color HEX #7D3D3F Stiletto

📋 copy color: '#7D3D3F'

red 125 ◦ green 61 ◦ blue 63

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

Shades of Stiletto #7D3D3F

Tints of Stiletto #7D3D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

 BLUE value IS 63 (25% from 255) = 25.3%

R = 50.2%
G = 24.5%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D3D3F (or 0x7D3D3F) is known color: Stiletto. HEX triplet: 7D, 3D and 3F. RGB value is (125,61,63). Sum of RGB (Red+Green+Blue) = 125+61+63=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D3F is #82C2C0. Grayscale: #505050. Windows color (decimal): -8569537 or 4144509. OLE color: 4144509.

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

Color convert

RGB 125 61 63 -
CMYK 0 0.51 0.50 0.51
HSL 358.13º 0.34% 0.36% -
HSV(B) 358.13º 0.51% 0.49% -
XYZ 11.02 8.06 5.68 -
YUV 80.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 125 61 63 0 0.51 0.50 0.51 358.13 0.34 0.36
Hex 7D 3D 3F 0 33 32 33 166 22 24
Octal 175 75 77 0 63 62 63 546 42 44
Binary 1111101 111101 111111 0 110011 110010 110011 101100110 100010 100100

Color Harmonies of #7D3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D3F

Black with #7D3D3F

Text Example


Text Example

White with #7D3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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