Html Css Color HEX #752D2A Lusty

📋 copy color: '#752D2A'

red 117 ◦ green 45 ◦ blue 42

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

Shades of Lusty #752D2A

Tints of Lusty #752D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 57.35%
G = 22.06%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#752D2A (or 0x752D2A) is known color: Lusty. HEX triplet: 75, 2D and 2A. RGB value is (117,45,42). Sum of RGB (Red+Green+Blue) = 117+45+42=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D2A is #8AD2D5. Grayscale: #424242. Windows color (decimal): -9097942 or 2764149. OLE color: 2764149.

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

Color convert

RGB 117 45 42 -
CMYK 0 0.62 0.64 0.54
HSL 2.4º 0.47% 0.31% -
HSV(B) 2.4º 0.64% 0.46% -
XYZ 8.69 5.83 2.86 -
YUV 66.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 117 45 42 0 0.62 0.64 0.54 2.4 0.47 0.31
Hex 75 2D 2A 0 3E 40 36 2 2F 1F
Octal 165 55 52 0 76 100 66 2 57 37
Binary 1110101 101101 101010 0 111110 1000000 110110 10 101111 11111

Color Harmonies of #752D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D2A

Black with #752D2A

Text Example


Text Example

White with #752D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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