Html Css Color HEX #752927 Lusty

📋 copy color: '#752927'

red 117 ◦ green 41 ◦ blue 39

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

Shades of Lusty #752927

Tints of Lusty #752927

RGB

 RED value IS 117 (46.09% from 255) = 59.39%

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 59.39%
G = 20.81%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#752927 (or 0x752927) is known color: Lusty. HEX triplet: 75, 29 and 27. RGB value is (117,41,39). Sum of RGB (Red+Green+Blue) = 117+41+39=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752927 is #8AD6D8. Grayscale: #3F3F3F. Windows color (decimal): -9098969 or 2566517. OLE color: 2566517.

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

Color convert

RGB 117 41 39 -
CMYK 0 0.65 0.67 0.54
HSL 1.54º 0.5% 0.31% -
HSV(B) 1.54º 0.67% 0.46% -
XYZ 8.5 5.51 2.54 -
YUV 63.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 117 41 39 0 0.65 0.67 0.54 1.54 0.5 0.31
Hex 75 29 27 0 41 43 36 2 32 1F
Octal 165 51 47 0 101 103 66 2 62 37
Binary 1110101 101001 100111 0 1000001 1000011 110110 10 110010 11111

Color Harmonies of #752927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752927

Black with #752927

Text Example


Text Example

White with #752927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752927; }

 p { color: rgb(117,41,39); }

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

background-color css

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

 a { background-color: rgb(117,41,39); }

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

border-color css

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

 span { border-color: rgb(117,41,39); }

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