Html Css Color HEX #752A25 Lusty

📋 copy color: '#752A25'

red 117 ◦ green 42 ◦ blue 37

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

Shades of Lusty #752A25

Tints of Lusty #752A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.43%

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

R = 59.69%
G = 21.43%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752A25 (or 0x752A25) is known color: Lusty. HEX triplet: 75, 2A and 25. RGB value is (117,42,37). Sum of RGB (Red+Green+Blue) = 117+42+37=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A25 is #8AD5DA. Grayscale: #3F3F3F. Windows color (decimal): -9098715 or 2435701. OLE color: 2435701.

HSL color Cylindrical-coordinate representation of color #752A25: hue angle of 3.75º 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 #752A25 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 37 -
CMYK 0 0.64 0.68 0.54
HSL 3.75º 0.52% 0.3% -
HSV(B) 3.75º 0.68% 0.46% -
XYZ 8.5 5.57 2.38 -
YUV 63.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 117 42 37 0 0.64 0.68 0.54 3.75 0.52 0.3
Hex 75 2A 25 0 40 44 36 4 34 1E
Octal 165 52 45 0 100 104 66 4 64 36
Binary 1110101 101010 100101 0 1000000 1000100 110110 100 110100 11110

Color Harmonies of #752A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A25

Black with #752A25

Text Example


Text Example

White with #752A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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