#7F183C

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

Shades of Claret #7F183C

Tints of Claret #7F183C

Color information

#7F183C (or 0x7F183C) is unknown color: approx Claret. HEX triplet: 7F, 18 and 3C. RGB value is (127,24,60). Sum of RGB (Red+Green+Blue) = 127+24+60=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F183C is #80E7C3. Grayscale: #3A3A3A. Windows color (decimal): -8447940 or 3938431. OLE color: 3938431.

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

Color convert

RGB1272460-
CMYK00.810.530.50
HSL339.03º68.21%29.61%-
HSV(B)339.03º81.1%49.8%-
XYZ9.895.494.81-
YUV58.9128.62176.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=60.19%
G=11.37%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127246000.810.530.50339.0368.2129.61
Hex7F183C0513532153441e
Octal17730740121656252310436
Binary11111111100011110001010001110101110010101010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,60); }

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

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

 a { background-color: rgb(127,24,60); }

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

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

 span { border-color: rgb(127,24,60); }

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