Html Css Color HEX #753333 Lusty

📋 copy color: '#753333'

red 117 ◦ green 51 ◦ blue 51

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

Shades of Lusty #753333

Tints of Lusty #753333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 53.42%
G = 23.29%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#753333 (or 0x753333) is known color: Lusty. HEX triplet: 75, 33 and 33. RGB value is (117,51,51). Sum of RGB (Red+Green+Blue) = 117+51+51=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753333 is #8ACCCC. Grayscale: #464646. Windows color (decimal): -9096397 or 3355509. OLE color: 3355509.

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

Color convert

RGB 117 51 51 -
CMYK 0 0.56 0.56 0.54
HSL 0.39% 0.33% -
HSV(B) 0.56% 0.46% -
XYZ 9.12 6.39 3.88 -
YUV 70.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 117 51 51 0 0.56 0.56 0.54 0 0.39 0.33
Hex 75 33 33 0 38 38 36 0 27 21
Octal 165 63 63 0 70 70 66 0 47 41
Binary 1110101 110011 110011 0 111000 111000 110110 0 100111 100001

Color Harmonies of #753333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753333

Black with #753333

Text Example


Text Example

White with #753333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753333; }

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

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

background-color css

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

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

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

border-color css

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

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

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