#7F1135

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

Shades of Claret #7F1135

Tints of Claret #7F1135

Color information

#7F1135 (or 0x7F1135) is unknown color: approx Claret. HEX triplet: 7F, 11 and 35. RGB value is (127,17,53). Sum of RGB (Red+Green+Blue) = 127+17+53=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1135 is #80EECA. Grayscale: #353535. Windows color (decimal): -8449739 or 3477887. OLE color: 3477887.

HSL color Cylindrical-coordinate representation of color #7F1135: hue angle of 340.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1135 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1271753-
CMYK00.870.580.50
HSL340.36º76.39%28.24%-
HSV(B)340.36º86.61%49.8%-
XYZ9.65.173.86-
YUV53.99127.44180.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=64.47%
G=8.63%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127175300.870.580.50340.3676.3928.24
Hex7F11350573A321544c1c
Octal17721650127726252411434
Binary11111111000111010101010111111010110010101010100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,53); }

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

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

 a { background-color: rgb(127,17,53); }

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

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

 span { border-color: rgb(127,17,53); }

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