Html Css Color HEX #75312F Lusty

📋 copy color: '#75312F'

red 117 ◦ green 49 ◦ blue 47

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

Shades of Lusty #75312F

Tints of Lusty #75312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 54.93%
G = 23%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75312F (or 0x75312F) is known color: Lusty. HEX triplet: 75, 31 and 2F. RGB value is (117,49,47). Sum of RGB (Red+Green+Blue) = 117+49+47=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75312F is #8ACED0. Grayscale: #454545. Windows color (decimal): -9096913 or 3092853. OLE color: 3092853.

HSL color Cylindrical-coordinate representation of color #75312F: hue angle of 1.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75312F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 47 -
CMYK 0 0.58 0.60 0.54
HSL 1.71º 0.43% 0.32% -
HSV(B) 1.71º 0.6% 0.46% -
XYZ 8.95 6.18 3.41 -
YUV 69.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 117 49 47 0 0.58 0.60 0.54 1.71 0.43 0.32
Hex 75 31 2F 0 3A 3C 36 2 2B 20
Octal 165 61 57 0 72 74 66 2 53 40
Binary 1110101 110001 101111 0 111010 111100 110110 10 101011 100000

Color Harmonies of #75312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75312F

Black with #75312F

Text Example


Text Example

White with #75312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75312F; }

 p { color: rgb(117,49,47); }

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

background-color css

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

 a { background-color: rgb(117,49,47); }

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

border-color css

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

 span { border-color: rgb(117,49,47); }

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