Html Css Color HEX #752323 Lusty

📋 copy color: '#752323'

red 117 ◦ green 35 ◦ blue 35

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

Shades of Lusty #752323

Tints of Lusty #752323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 35 (14.06% from 255) = 18.72%

R = 62.57%
G = 18.72%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752323 (or 0x752323) is known color: Lusty. HEX triplet: 75, 23 and 23. RGB value is (117,35,35). Sum of RGB (Red+Green+Blue) = 117+35+35=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752323 is #8ADCDC. Grayscale: #3B3B3B. Windows color (decimal): -9100509 or 2302837. OLE color: 2302837.

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

Color convert

RGB 117 35 35 -
CMYK 0 0.70 0.70 0.54
HSL 0.54% 0.3% -
HSV(B) 0.7% 0.46% -
XYZ 8.24 5.11 2.14 -
YUV 59.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 117 35 35 0 0.70 0.70 0.54 0 0.54 0.3
Hex 75 23 23 0 46 46 36 0 36 1E
Octal 165 43 43 0 106 106 66 0 66 36
Binary 1110101 100011 100011 0 1000110 1000110 110110 0 110110 11110

Color Harmonies of #752323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752323

Black with #752323

Text Example


Text Example

White with #752323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752323; }

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

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

background-color css

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

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

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

border-color css

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

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

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