#68192E

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

Shades of Claret #68192E

Tints of Claret #68192E

Color information

#68192E (or 0x68192E) is unknown color: approx Claret. HEX triplet: 68, 19 and 2E. RGB value is (104,25,46). Sum of RGB (Red+Green+Blue) = 104+25+46=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68192E is #97E6D1. Grayscale: #333333. Windows color (decimal): -9955026 or 3021160. OLE color: 3021160.

HSL color Cylindrical-coordinate representation of color #68192E: hue angle of 344.05º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68192E is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1042546-
CMYK00.760.560.59
HSL344.05º61.24%25.29%-
HSV(B)344.05º75.96%40.78%-
XYZ6.553.842.98-
YUV51.02125.17165.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=59.43%
G=14.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104254600.760.560.59344.0561.2425.29
Hex68192E04C383B1583d19
Octal1503156011470735307531
Binary1101000110011011100100110011100011101110101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68192E; }

 p { color: rgb(104,25,46); }

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

<style>
 a { background-color: #68192E; }

 a { background-color: rgb(104,25,46); }

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

<style>
 span { border-color: #68192E; }

 span { border-color: rgb(104,25,46); }

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