Html Css Color HEX #75281F Lusty

📋 copy color: '#75281F'

red 117 ◦ green 40 ◦ blue 31

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

Shades of Lusty #75281F

Tints of Lusty #75281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

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

R = 62.23%
G = 21.28%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75281F (or 0x75281F) is known color: Lusty. HEX triplet: 75, 28 and 1F. RGB value is (117,40,31). Sum of RGB (Red+Green+Blue) = 117+40+31=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #75281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75281F is #8AD7E0. Grayscale: #3E3E3E. Windows color (decimal): -9099233 or 2041973. OLE color: 2041973.

HSL color Cylindrical-coordinate representation of color #75281F: hue angle of 6.28º 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 #75281F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 31 -
CMYK 0 0.66 0.74 0.54
HSL 6.28º 0.58% 0.29% -
HSV(B) 6.28º 0.74% 0.46% -
XYZ 8.34 5.4 1.9 -
YUV 62 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 117 40 31 0 0.66 0.74 0.54 6.28 0.58 0.29
Hex 75 28 1F 0 42 4A 36 6 3A 1D
Octal 165 50 37 0 102 112 66 6 72 35
Binary 1110101 101000 11111 0 1000010 1001010 110110 110 111010 11101

Color Harmonies of #75281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75281F

Black with #75281F

Text Example


Text Example

White with #75281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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