Html Css Color HEX #732525 Lusty

📋 copy color: '#732525'

red 115 ◦ green 37 ◦ blue 37

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

Shades of Lusty #732525

Tints of Lusty #732525

RGB

 RED value IS 115 (45.31% from 255) = 60.85%

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 60.85%
G = 19.58%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#732525 (or 0x732525) is known color: Lusty. HEX triplet: 73, 25 and 25. RGB value is (115,37,37). Sum of RGB (Red+Green+Blue) = 115+37+37=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #732525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732525 is #8CDADA. Grayscale: #3C3C3C. Windows color (decimal): -9231067 or 2434419. OLE color: 2434419.

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

Color convert

RGB 115 37 37 -
CMYK 0 0.68 0.68 0.55
HSL 0.51% 0.3% -
HSV(B) 0.68% 0.45% -
XYZ 8.07 5.1 2.31 -
YUV 60.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 115 37 37 0 0.68 0.68 0.55 0 0.51 0.3
Hex 73 25 25 0 44 44 37 0 33 1E
Octal 163 45 45 0 104 104 67 0 63 36
Binary 1110011 100101 100101 0 1000100 1000100 110111 0 110011 11110

Color Harmonies of #732525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732525

Black with #732525

Text Example


Text Example

White with #732525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732525; }

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

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

background-color css

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

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

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

border-color css

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

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

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