Html Css Color HEX #75231F Lusty

📋 copy color: '#75231F'

red 117 ◦ green 35 ◦ blue 31

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

Shades of Lusty #75231F

Tints of Lusty #75231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 63.93%
G = 19.13%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75231F (or 0x75231F) is known color: Lusty. HEX triplet: 75, 23 and 1F. RGB value is (117,35,31). Sum of RGB (Red+Green+Blue) = 117+35+31=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75231F is #8ADCE0. Grayscale: #3B3B3B. Windows color (decimal): -9100513 or 2040693. OLE color: 2040693.

HSL color Cylindrical-coordinate representation of color #75231F: hue angle of 2.79º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75231F is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 31 -
CMYK 0 0.70 0.74 0.54
HSL 2.79º 0.58% 0.29% -
HSV(B) 2.79º 0.74% 0.46% -
XYZ 8.18 5.08 1.85 -
YUV 59.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 117 35 31 0 0.70 0.74 0.54 2.79 0.58 0.29
Hex 75 23 1F 0 46 4A 36 3 3A 1D
Octal 165 43 37 0 106 112 66 3 72 35
Binary 1110101 100011 11111 0 1000110 1001010 110110 11 111010 11101

Color Harmonies of #75231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75231F

Black with #75231F

Text Example


Text Example

White with #75231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,35,31); }

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

background-color css

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

 a { background-color: rgb(117,35,31); }

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

border-color css

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

 span { border-color: rgb(117,35,31); }

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