Html Css Color HEX #7D3125 Lusty

📋 copy color: '#7D3125'

red 125 ◦ green 49 ◦ blue 37

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

Shades of Lusty #7D3125

Tints of Lusty #7D3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 59.24%
G = 23.22%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D3125 (or 0x7D3125) is known color: Lusty. HEX triplet: 7D, 31 and 25. RGB value is (125,49,37). Sum of RGB (Red+Green+Blue) = 125+49+37=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3125 is #82CEDA. Grayscale: #464646. Windows color (decimal): -8572635 or 2437501. OLE color: 2437501.

HSL color Cylindrical-coordinate representation of color #7D3125: hue angle of 8.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3125 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 49 37 -
CMYK 0 0.61 0.70 0.51
HSL 8.18º 0.54% 0.32% -
HSV(B) 8.18º 0.7% 0.49% -
XYZ 9.89 6.69 2.52 -
YUV 70.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 125 49 37 0 0.61 0.70 0.51 8.18 0.54 0.32
Hex 7D 31 25 0 3D 46 33 8 36 20
Octal 175 61 45 0 75 106 63 10 66 40
Binary 1111101 110001 100101 0 111101 1000110 110011 1000 110110 100000

Color Harmonies of #7D3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3125

Black with #7D3125

Text Example


Text Example

White with #7D3125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,37); }

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

background-color css

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

 a { background-color: rgb(125,49,37); }

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

border-color css

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

 span { border-color: rgb(125,49,37); }

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