#68192D

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

Shades of Claret #68192D

Tints of Claret #68192D

Color information

#68192D (or 0x68192D) is unknown color: approx Claret. HEX triplet: 68, 19 and 2D. RGB value is (104,25,45). Sum of RGB (Red+Green+Blue) = 104+25+45=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68192D is #97E6D2. Grayscale: #323232. Windows color (decimal): -9955027 or 2955624. OLE color: 2955624.

HSL color Cylindrical-coordinate representation of color #68192D: hue angle of 344.81º 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 #68192D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1042545-
CMYK00.760.570.59
HSL344.81º61.24%25.29%-
HSV(B)344.81º75.96%40.78%-
XYZ6.533.832.88-
YUV50.9124.67165.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=59.77%
G=14.37%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104254500.760.570.59344.8161.2425.29
Hex68192D04C393B1593d19
Octal1503155011471735317531
Binary1101000110011011010100110011100111101110101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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