Html Css Color HEX #752B2B Lusty

📋 copy color: '#752B2B'

red 117 ◦ green 43 ◦ blue 43

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

Shades of Lusty #752B2B

Tints of Lusty #752B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.18%

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

R = 57.64%
G = 21.18%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#752B2B (or 0x752B2B) is known color: Lusty. HEX triplet: 75, 2B and 2B. RGB value is (117,43,43). Sum of RGB (Red+Green+Blue) = 117+43+43=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B2B is #8AD4D4. Grayscale: #414141. Windows color (decimal): -9098453 or 2829173. OLE color: 2829173.

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

Color convert

RGB 117 43 43 -
CMYK 0 0.63 0.63 0.54
HSL 0.46% 0.31% -
HSV(B) 0.63% 0.46% -
XYZ 8.64 5.68 2.93 -
YUV 65.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 117 43 43 0 0.63 0.63 0.54 0 0.46 0.31
Hex 75 2B 2B 0 3F 3F 36 0 2E 1F
Octal 165 53 53 0 77 77 66 0 56 37
Binary 1110101 101011 101011 0 111111 111111 110110 0 101110 11111

Color Harmonies of #752B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B2B

Black with #752B2B

Text Example


Text Example

White with #752B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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