Html Css Color HEX #75271E Lusty

📋 copy color: '#75271E'

red 117 ◦ green 39 ◦ blue 30

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

Shades of Lusty #75271E

Tints of Lusty #75271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 62.9%
G = 20.97%
B = 16.13%

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

#75271E (or 0x75271E) is known color: Lusty. HEX triplet: 75, 27 and 1E. RGB value is (117,39,30). Sum of RGB (Red+Green+Blue) = 117+39+30=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75271E is #8AD8E1. Grayscale: #3D3D3D. Windows color (decimal): -9099490 or 1976181. OLE color: 1976181.

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

Color convert

RGB 117 39 30 -
CMYK 0 0.67 0.74 0.54
HSL 6.21º 0.59% 0.29% -
HSV(B) 6.21º 0.74% 0.46% -
XYZ 8.3 5.33 1.82 -
YUV 61.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 117 39 30 0 0.67 0.74 0.54 6.21 0.59 0.29
Hex 75 27 1E 0 43 4A 36 6 3B 1D
Octal 165 47 36 0 103 112 66 6 73 35
Binary 1110101 100111 11110 0 1000011 1001010 110110 110 111011 11101

Color Harmonies of #75271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75271E

Black with #75271E

Text Example


Text Example

White with #75271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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