#7F2530

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

Shades of Scarlett #7F2530

Tints of Scarlett #7F2530

Color information

#7F2530 (or 0x7F2530) is unknown color: approx Scarlett. HEX triplet: 7F, 25 and 30. RGB value is (127,37,48). Sum of RGB (Red+Green+Blue) = 127+37+48=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2530 is #80DACF. Grayscale: #414141. Windows color (decimal): -8444624 or 3155327. OLE color: 3155327.

HSL color Cylindrical-coordinate representation of color #7F2530: hue angle of 352.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2530 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1273748-
CMYK00.710.620.50
HSL352.67º54.88%32.16%-
HSV(B)352.67º70.87%49.8%-
XYZ9.956.053.44-
YUV65.16118.32172.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.91%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=59.91%
G=17.45%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127374800.710.620.50352.6754.8832.16
Hex7F25300473E321613720
Octal1774560010776625416740
Binary111111110010111000001000111111110110010101100001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,37,48); }

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

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

 a { background-color: rgb(127,37,48); }

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

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

 span { border-color: rgb(127,37,48); }

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