#7F1731

Color #7F1731 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7F1731

Tints of Scarlett #7F1731

Color information

#7F1731 (or 0x7F1731) is unknown color: approx Scarlett. HEX triplet: 7F, 17 and 31. RGB value is (127,23,49). Sum of RGB (Red+Green+Blue) = 127+23+49=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1731 is #80E8CE. Grayscale: #393939. Windows color (decimal): -8448207 or 3217279. OLE color: 3217279.

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

Color convert

RGB1272349-
CMYK00.820.610.50
HSL345º69.33%29.41%-
HSV(B)345º81.89%49.8%-
XYZ9.615.353.43-
YUV57.06123.46177.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.82%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=63.82%
G=11.56%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127234900.820.610.5034569.3329.41
Hex7F17310523D32159451d
Octal17727610122756253110535
Binary11111111011111000101010010111101110010101011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,49); }

 H1.HeaderClassName
 {
   color: #7F1731;
 }
 .AnyTagClassName
 {
   color: #7F1731;
 }
</style>
background-color css

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

 a { background-color: rgb(127,23,49); }

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

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

 span { border-color: rgb(127,23,49); }

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