#7F1C3A

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

Shades of Scarlett #7F1C3A

Tints of Scarlett #7F1C3A

Color information

#7F1C3A (or 0x7F1C3A) is unknown color: approx Scarlett. HEX triplet: 7F, 1C and 3A. RGB value is (127,28,58). Sum of RGB (Red+Green+Blue) = 127+28+58=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1C3A is #80E3C5. Grayscale: #3D3D3D. Windows color (decimal): -8446918 or 3808383. OLE color: 3808383.

HSL color Cylindrical-coordinate representation of color #7F1C3A: hue angle of 341.82º 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 #7F1C3A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1272858-
CMYK00.780.540.50
HSL341.82º63.87%30.39%-
HSV(B)341.82º77.95%49.8%-
XYZ9.935.654.57-
YUV61.02126.3175.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.62%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=59.62%
G=13.15%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127285800.780.540.50341.8263.8730.39
Hex7F1C3A04E3632156401e
Octal17734720116666252610036
Binary11111111110011101001001110110110110010101010110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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