Html Css Color HEX #7F271F Lusty

📋 copy color: '#7F271F'

red 127 ◦ green 39 ◦ blue 31

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

Shades of Lusty #7F271F

Tints of Lusty #7F271F

RGB

 RED value IS 127 (50% from 255) = 64.47%

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

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

R = 64.47%
G = 19.8%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F271F (or 0x7F271F) is known color: Lusty. HEX triplet: 7F, 27 and 1F. RGB value is (127,39,31). Sum of RGB (Red+Green+Blue) = 127+39+31=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F271F is #80D8E0. Grayscale: #404040. Windows color (decimal): -8444129 or 2041727. OLE color: 2041727.

HSL color Cylindrical-coordinate representation of color #7F271F: hue angle of 5º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F271F is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 39 31 -
CMYK 0 0.69 0.76 0.50
HSL 0.61% 0.31% -
HSV(B) 0.76% 0.5% -
XYZ 9.73 6.06 1.95 -
YUV 64.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 127 39 31 0 0.69 0.76 0.50 5 0.61 0.31
Hex 7F 27 1F 0 45 4C 32 5 3D 1F
Octal 177 47 37 0 105 114 62 5 75 37
Binary 1111111 100111 11111 0 1000101 1001100 110010 101 111101 11111

Color Harmonies of #7F271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F271F

Black with #7F271F

Text Example


Text Example

White with #7F271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F271F; }

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

 H1.HeaderClassName
 {
   color: #7F271F;
 }
 .AnyTagClassName
 {
   color: #7F271F;
 }
</style>

background-color css

<style>
 a { background-color: #7F271F; }

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

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

border-color css

<style>
 span { border-color: #7F271F; }

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

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