Html Css Color HEX #75271F Lusty

📋 copy color: '#75271F'

red 117 ◦ green 39 ◦ blue 31

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

Shades of Lusty #75271F

Tints of Lusty #75271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 62.57%
G = 20.86%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75271F (or 0x75271F) is known color: Lusty. HEX triplet: 75, 27 and 1F. RGB value is (117,39,31). Sum of RGB (Red+Green+Blue) = 117+39+31=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75271F is #8AD8E0. Grayscale: #3D3D3D. Windows color (decimal): -9099489 or 2041717. OLE color: 2041717.

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

Color convert

RGB 117 39 31 -
CMYK 0 0.67 0.74 0.54
HSL 5.58º 0.58% 0.29% -
HSV(B) 5.58º 0.74% 0.46% -
XYZ 8.31 5.33 1.89 -
YUV 61.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 117 39 31 0 0.67 0.74 0.54 5.58 0.58 0.29
Hex 75 27 1F 0 43 4A 36 6 3A 1D
Octal 165 47 37 0 103 112 66 6 72 35
Binary 1110101 100111 11111 0 1000011 1001010 110110 110 111010 11101

Color Harmonies of #75271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75271F

Black with #75271F

Text Example


Text Example

White with #75271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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