Html Css Color HEX #752F2D Lusty

📋 copy color: '#752F2D'

red 117 ◦ green 47 ◦ blue 45

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

Shades of Lusty #752F2D

Tints of Lusty #752F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 55.98%
G = 22.49%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#752F2D (or 0x752F2D) is known color: Lusty. HEX triplet: 75, 2F and 2D. RGB value is (117,47,45). Sum of RGB (Red+Green+Blue) = 117+47+45=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F2D is #8AD0D2. Grayscale: #434343. Windows color (decimal): -9097427 or 2961269. OLE color: 2961269.

HSL color Cylindrical-coordinate representation of color #752F2D: hue angle of 1.67º degrees, saturation: 0.44, 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 #752F2D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 45 -
CMYK 0 0.60 0.62 0.54
HSL 1.67º 0.44% 0.32% -
HSV(B) 1.67º 0.62% 0.46% -
XYZ 8.83 6 3.18 -
YUV 67.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 117 47 45 0 0.60 0.62 0.54 1.67 0.44 0.32
Hex 75 2F 2D 0 3C 3E 36 2 2C 20
Octal 165 57 55 0 74 76 66 2 54 40
Binary 1110101 101111 101101 0 111100 111110 110110 10 101100 100000

Color Harmonies of #752F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F2D

Black with #752F2D

Text Example


Text Example

White with #752F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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