#7D261F

Color #7D261F Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #7D261F

Tints of Lusty #7D261F

Color information

#7D261F (or 0x7D261F) is unknown color: approx Lusty. HEX triplet: 7D, 26 and 1F. RGB value is (125,38,31). Sum of RGB (Red+Green+Blue) = 125+38+31=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D261F is #82D9E0. Grayscale: #3F3F3F. Windows color (decimal): -8575457 or 2041469. OLE color: 2041469.

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

Color convert

RGB1253831-
CMYK00.700.750.51
HSL4.47º60.26%30.59%-
HSV(B)4.47º75.2%49.02%-
XYZ9.45.851.93-
YUV63.22109.82172.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.43%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=64.43%
G=19.59%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125383100.700.750.514.4760.2630.59
Hex7D261F0464B3343c1f
Octal175463701061136347437
Binary11111011001101111101000110100101111001110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,38,31); }

 H1.HeaderClassName
 {
   color: #7D261F;
 }
 .AnyTagClassName
 {
   color: #7D261F;
 }
</style>
background-color css

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

 a { background-color: rgb(125,38,31); }

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

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

 span { border-color: rgb(125,38,31); }

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