Html Css Color HEX #752C2B Lusty

📋 copy color: '#752C2B'

red 117 ◦ green 44 ◦ blue 43

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

Shades of Lusty #752C2B

Tints of Lusty #752C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.57%

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 57.35%
G = 21.57%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#752C2B (or 0x752C2B) is known color: Lusty. HEX triplet: 75, 2C and 2B. RGB value is (117,44,43). Sum of RGB (Red+Green+Blue) = 117+44+43=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C2B is #8AD3D4. Grayscale: #414141. Windows color (decimal): -9098197 or 2829429. OLE color: 2829429.

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

Color convert

RGB 117 44 43 -
CMYK 0 0.62 0.63 0.54
HSL 0.81º 0.46% 0.31% -
HSV(B) 0.81º 0.63% 0.46% -
XYZ 8.67 5.76 2.94 -
YUV 65.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 117 44 43 0 0.62 0.63 0.54 0.81 0.46 0.31
Hex 75 2C 2B 0 3E 3F 36 1 2E 1F
Octal 165 54 53 0 76 77 66 1 56 37
Binary 1110101 101100 101011 0 111110 111111 110110 1 101110 11111

Color Harmonies of #752C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C2B

Black with #752C2B

Text Example


Text Example

White with #752C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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