#7F1C27

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

Shades of Scarlett #7F1C27

Tints of Scarlett #7F1C27

Color information

#7F1C27 (or 0x7F1C27) is unknown color: approx Scarlett. HEX triplet: 7F, 1C and 27. RGB value is (127,28,39). Sum of RGB (Red+Green+Blue) = 127+28+39=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1C27 is #80E3D8. Grayscale: #3A3A3A. Windows color (decimal): -8446937 or 2563199. OLE color: 2563199.

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

Color convert

RGB1272839-
CMYK00.780.690.50
HSL353.33º63.87%30.39%-
HSV(B)353.33º77.95%49.8%-
XYZ9.535.492.48-
YUV58.86116.8176.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.46%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=65.46%
G=14.43%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127283900.780.690.50353.3363.8730.39
Hex7F1C2704E4532161401e
Octal177344701161056254110036
Binary111111111100100111010011101000101110010101100001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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