#7F1539

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

Shades of Claret #7F1539

Tints of Claret #7F1539

Color information

#7F1539 (or 0x7F1539) is unknown color: approx Claret. HEX triplet: 7F, 15 and 39. RGB value is (127,21,57). Sum of RGB (Red+Green+Blue) = 127+21+57=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1539 is #80EAC6. Grayscale: #383838. Windows color (decimal): -8448711 or 3741055. OLE color: 3741055.

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

Color convert

RGB1272157-
CMYK00.830.550.50
HSL339.62º71.62%29.02%-
HSV(B)339.62º83.46%49.8%-
XYZ9.765.344.39-
YUV56.8128.12178.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.95%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=61.95%
G=10.24%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127215700.830.550.50339.6271.6229.02
Hex7F15390533732154481d
Octal17725710123676252411035
Binary11111111010111100101010011110111110010101010100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,57); }

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

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

 a { background-color: rgb(127,21,57); }

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

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

 span { border-color: rgb(127,21,57); }

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