Html Css Color HEX #7D2920 Lusty

📋 copy color: '#7D2920'

red 125 ◦ green 41 ◦ blue 32

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

Shades of Lusty #7D2920

Tints of Lusty #7D2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 63.13%
G = 20.71%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D2920 (or 0x7D2920) is known color: Lusty. HEX triplet: 7D, 29 and 20. RGB value is (125,41,32). Sum of RGB (Red+Green+Blue) = 125+41+32=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2920 is #82D6DF. Grayscale: #414141. Windows color (decimal): -8574688 or 2107773. OLE color: 2107773.

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

Color convert

RGB 125 41 32 -
CMYK 0 0.67 0.74 0.51
HSL 5.81º 0.59% 0.31% -
HSV(B) 5.81º 0.74% 0.49% -
XYZ 9.51 6.05 2.03 -
YUV 65.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 125 41 32 0 0.67 0.74 0.51 5.81 0.59 0.31
Hex 7D 29 20 0 43 4A 33 6 3B 1F
Octal 175 51 40 0 103 112 63 6 73 37
Binary 1111101 101001 100000 0 1000011 1001010 110011 110 111011 11111

Color Harmonies of #7D2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2920

Black with #7D2920

Text Example


Text Example

White with #7D2920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,32); }

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

background-color css

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

 a { background-color: rgb(125,41,32); }

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

border-color css

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

 span { border-color: rgb(125,41,32); }

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