Html Css Color HEX #7D3331 Lusty

📋 copy color: '#7D3331'

red 125 ◦ green 51 ◦ blue 49

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

Shades of Lusty #7D3331

Tints of Lusty #7D3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 55.56%
G = 22.67%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7D3331 (or 0x7D3331) is known color: Lusty. HEX triplet: 7D, 33 and 31. RGB value is (125,51,49). Sum of RGB (Red+Green+Blue) = 125+51+49=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3331 is #82CCCE. Grayscale: #484848. Windows color (decimal): -8572111 or 3224445. OLE color: 3224445.

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

Color convert

RGB 125 51 49 -
CMYK 0 0.59 0.61 0.51
HSL 1.58º 0.44% 0.34% -
HSV(B) 1.58º 0.61% 0.49% -
XYZ 10.2 6.95 3.71 -
YUV 72.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 125 51 49 0 0.59 0.61 0.51 1.58 0.44 0.34
Hex 7D 33 31 0 3B 3D 33 2 2C 22
Octal 175 63 61 0 73 75 63 2 54 42
Binary 1111101 110011 110001 0 111011 111101 110011 10 101100 100010

Color Harmonies of #7D3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3331

Black with #7D3331

Text Example


Text Example

White with #7D3331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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