Html Css Color HEX #75302D Lusty

📋 copy color: '#75302D'

red 117 ◦ green 48 ◦ blue 45

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

Shades of Lusty #75302D

Tints of Lusty #75302D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 55.71%
G = 22.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75302D (or 0x75302D) is known color: Lusty. HEX triplet: 75, 30 and 2D. RGB value is (117,48,45). Sum of RGB (Red+Green+Blue) = 117+48+45=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75302D is #8ACFD2. Grayscale: #444444. Windows color (decimal): -9097171 or 2961525. OLE color: 2961525.

HSL color Cylindrical-coordinate representation of color #75302D: hue angle of 2.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75302D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 45 -
CMYK 0 0.59 0.62 0.54
HSL 2.5º 0.44% 0.32% -
HSV(B) 2.5º 0.62% 0.46% -
XYZ 8.87 6.09 3.19 -
YUV 68.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 117 48 45 0 0.59 0.62 0.54 2.5 0.44 0.32
Hex 75 30 2D 0 3B 3E 36 2 2C 20
Octal 165 60 55 0 73 76 66 2 54 40
Binary 1110101 110000 101101 0 111011 111110 110110 10 101100 100000

Color Harmonies of #75302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75302D

Black with #75302D

Text Example


Text Example

White with #75302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75302D; }

 p { color: rgb(117,48,45); }

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

background-color css

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

 a { background-color: rgb(117,48,45); }

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

border-color css

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

 span { border-color: rgb(117,48,45); }

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