Html Css Color HEX #752D2C Lusty

📋 copy color: '#752D2C'

red 117 ◦ green 45 ◦ blue 44

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

Shades of Lusty #752D2C

Tints of Lusty #752D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.84%

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 56.8%
G = 21.84%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#752D2C (or 0x752D2C) is known color: Lusty. HEX triplet: 75, 2D and 2C. RGB value is (117,45,44). Sum of RGB (Red+Green+Blue) = 117+45+44=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D2C is #8AD2D3. Grayscale: #424242. Windows color (decimal): -9097940 or 2895221. OLE color: 2895221.

HSL color Cylindrical-coordinate representation of color #752D2C: hue angle of 0.82º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D2C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 44 -
CMYK 0 0.62 0.62 0.54
HSL 0.82º 0.45% 0.32% -
HSV(B) 0.82º 0.62% 0.46% -
XYZ 8.73 5.84 3.05 -
YUV 66.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 117 45 44 0 0.62 0.62 0.54 0.82 0.45 0.32
Hex 75 2D 2C 0 3E 3E 36 1 2D 20
Octal 165 55 54 0 76 76 66 1 55 40
Binary 1110101 101101 101100 0 111110 111110 110110 1 101101 100000

Color Harmonies of #752D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D2C

Black with #752D2C

Text Example


Text Example

White with #752D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752D2C; }

 p { color: rgb(117,45,44); }

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

background-color css

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

 a { background-color: rgb(117,45,44); }

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

border-color css

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

 span { border-color: rgb(117,45,44); }

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