#732626

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

Shades of Lusty #732626

Tints of Lusty #732626

Color information

#732626 (or 0x732626) is unknown color: approx Lusty. HEX triplet: 73, 26 and 26. RGB value is (115,38,38). Sum of RGB (Red+Green+Blue) = 115+38+38=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #732626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732626 is #8CD9D9. Grayscale: #3D3D3D. Windows color (decimal): -9230810 or 2500211. OLE color: 2500211.

HSL color Cylindrical-coordinate representation of color #732626: hue angle of 0º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732626 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1153838-
CMYK00.670.670.55
HSL50.33%30%-
HSV(B)66.96%45.1%-
XYZ8.115.172.4-
YUV61.02115.01166.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=60.21%
G=19.90%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115383800.670.670.55050.3330
Hex73262604343370321e
Octal163464601031036706236
Binary1110011100110100110010000111000011110111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732626; }

 p { color: rgb(115,38,38); }

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

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

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

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

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

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

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