Html Css Color HEX #752621 Lusty

📋 copy color: '#752621'

red 117 ◦ green 38 ◦ blue 33

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

Shades of Lusty #752621

Tints of Lusty #752621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 62.23%
G = 20.21%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752621 (or 0x752621) is known color: Lusty. HEX triplet: 75, 26 and 21. RGB value is (117,38,33). Sum of RGB (Red+Green+Blue) = 117+38+33=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752621 is #8AD9DE. Grayscale: #3D3D3D. Windows color (decimal): -9099743 or 2172533. OLE color: 2172533.

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

Color convert

RGB 117 38 33 -
CMYK 0 0.68 0.72 0.54
HSL 3.57º 0.56% 0.29% -
HSV(B) 3.57º 0.72% 0.46% -
XYZ 8.3 5.28 2.02 -
YUV 61.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 117 38 33 0 0.68 0.72 0.54 3.57 0.56 0.29
Hex 75 26 21 0 44 48 36 4 38 1D
Octal 165 46 41 0 104 110 66 4 70 35
Binary 1110101 100110 100001 0 1000100 1001000 110110 100 111000 11101

Color Harmonies of #752621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752621

Black with #752621

Text Example


Text Example

White with #752621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752621; }

 p { color: rgb(117,38,33); }

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

background-color css

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

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

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

border-color css

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

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

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