Html Css Color HEX #7D2C28 Lusty

📋 copy color: '#7D2C28'

red 125 ◦ green 44 ◦ blue 40

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

Shades of Lusty #7D2C28

Tints of Lusty #7D2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

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

R = 59.81%
G = 21.05%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D2C28 (or 0x7D2C28) is known color: Lusty. HEX triplet: 7D, 2C and 28. RGB value is (125,44,40). Sum of RGB (Red+Green+Blue) = 125+44+40=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2C28 is #82D3D7. Grayscale: #434343. Windows color (decimal): -8573912 or 2632829. OLE color: 2632829.

HSL color Cylindrical-coordinate representation of color #7D2C28: hue angle of 2.82º 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 #7D2C28 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 44 40 -
CMYK 0 0.65 0.68 0.51
HSL 2.82º 0.52% 0.32% -
HSV(B) 2.82º 0.68% 0.49% -
XYZ 9.74 6.31 2.71 -
YUV 67.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 125 44 40 0 0.65 0.68 0.51 2.82 0.52 0.32
Hex 7D 2C 28 0 41 44 33 3 34 20
Octal 175 54 50 0 101 104 63 3 64 40
Binary 1111101 101100 101000 0 1000001 1000100 110011 11 110100 100000

Color Harmonies of #7D2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C28

Black with #7D2C28

Text Example


Text Example

White with #7D2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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