Html Css Color HEX #752825 Lusty

📋 copy color: '#752825'

red 117 ◦ green 40 ◦ blue 37

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

Shades of Lusty #752825

Tints of Lusty #752825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 60.31%
G = 20.62%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752825 (or 0x752825) is known color: Lusty. HEX triplet: 75, 28 and 25. RGB value is (117,40,37). Sum of RGB (Red+Green+Blue) = 117+40+37=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752825 is #8AD7DA. Grayscale: #3E3E3E. Windows color (decimal): -9099227 or 2435189. OLE color: 2435189.

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

Color convert

RGB 117 40 37 -
CMYK 0 0.66 0.68 0.54
HSL 2.25º 0.52% 0.3% -
HSV(B) 2.25º 0.68% 0.46% -
XYZ 8.43 5.43 2.35 -
YUV 62.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 117 40 37 0 0.66 0.68 0.54 2.25 0.52 0.3
Hex 75 28 25 0 42 44 36 2 34 1E
Octal 165 50 45 0 102 104 66 2 64 36
Binary 1110101 101000 100101 0 1000010 1000100 110110 10 110100 11110

Color Harmonies of #752825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752825

Black with #752825

Text Example


Text Example

White with #752825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752825; }

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

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

background-color css

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

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

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

border-color css

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

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

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