Html Css Color HEX #752423 Lusty

📋 copy color: '#752423'

red 117 ◦ green 36 ◦ blue 35

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

Shades of Lusty #752423

Tints of Lusty #752423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 62.23%
G = 19.15%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752423 (or 0x752423) is known color: Lusty. HEX triplet: 75, 24 and 23. RGB value is (117,36,35). Sum of RGB (Red+Green+Blue) = 117+36+35=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752423 is #8ADBDC. Grayscale: #3C3C3C. Windows color (decimal): -9100253 or 2303093. OLE color: 2303093.

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

Color convert

RGB 117 36 35 -
CMYK 0 0.69 0.70 0.54
HSL 0.73º 0.54% 0.3% -
HSV(B) 0.73º 0.7% 0.46% -
XYZ 8.27 5.17 2.15 -
YUV 60.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 117 36 35 0 0.69 0.70 0.54 0.73 0.54 0.3
Hex 75 24 23 0 45 46 36 1 36 1E
Octal 165 44 43 0 105 106 66 1 66 36
Binary 1110101 100100 100011 0 1000101 1000110 110110 1 110110 11110

Color Harmonies of #752423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752423

Black with #752423

Text Example


Text Example

White with #752423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752423; }

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

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

background-color css

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

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

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

border-color css

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

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

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