Html Css Color HEX #752823 Lusty

📋 copy color: '#752823'

red 117 ◦ green 40 ◦ blue 35

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

Shades of Lusty #752823

Tints of Lusty #752823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

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

R = 60.94%
G = 20.83%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752823 (or 0x752823) is known color: Lusty. HEX triplet: 75, 28 and 23. RGB value is (117,40,35). Sum of RGB (Red+Green+Blue) = 117+40+35=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752823 is #8AD7DC. Grayscale: #3E3E3E. Windows color (decimal): -9099229 or 2304117. OLE color: 2304117.

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

Color convert

RGB 117 40 35 -
CMYK 0 0.66 0.70 0.54
HSL 3.66º 0.54% 0.3% -
HSV(B) 3.66º 0.7% 0.46% -
XYZ 8.4 5.42 2.19 -
YUV 62.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 117 40 35 0 0.66 0.70 0.54 3.66 0.54 0.3
Hex 75 28 23 0 42 46 36 4 36 1E
Octal 165 50 43 0 102 106 66 4 66 36
Binary 1110101 101000 100011 0 1000010 1000110 110110 100 110110 11110

Color Harmonies of #752823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752823

Black with #752823

Text Example


Text Example

White with #752823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752823; }

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

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

background-color css

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

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

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

border-color css

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

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

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