Html Css Color HEX #7D2E28 Lusty

📋 copy color: '#7D2E28'

red 125 ◦ green 46 ◦ blue 40

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

Shades of Lusty #7D2E28

Tints of Lusty #7D2E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 59.24%
G = 21.8%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D2E28 (or 0x7D2E28) is known color: Lusty. HEX triplet: 7D, 2E and 28. RGB value is (125,46,40). Sum of RGB (Red+Green+Blue) = 125+46+40=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2E28 is #82D1D7. Grayscale: #454545. Windows color (decimal): -8573400 or 2633341. OLE color: 2633341.

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

Color convert

RGB 125 46 40 -
CMYK 0 0.63 0.68 0.51
HSL 4.24º 0.52% 0.32% -
HSV(B) 4.24º 0.68% 0.49% -
XYZ 9.82 6.47 2.74 -
YUV 68.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 125 46 40 0 0.63 0.68 0.51 4.24 0.52 0.32
Hex 7D 2E 28 0 3F 44 33 4 34 20
Octal 175 56 50 0 77 104 63 4 64 40
Binary 1111101 101110 101000 0 111111 1000100 110011 100 110100 100000

Color Harmonies of #7D2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2E28

Black with #7D2E28

Text Example


Text Example

White with #7D2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,46,40); }

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

background-color css

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

 a { background-color: rgb(125,46,40); }

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

border-color css

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

 span { border-color: rgb(125,46,40); }

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