#68102F

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

Shades of Claret #68102F

Tints of Claret #68102F

Color information

#68102F (or 0x68102F) is unknown color: approx Claret. HEX triplet: 68, 10 and 2F. RGB value is (104,16,47). Sum of RGB (Red+Green+Blue) = 104+16+47=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68102F is #97EFD0. Grayscale: #2D2D2D. Windows color (decimal): -9957329 or 3084392. OLE color: 3084392.

HSL color Cylindrical-coordinate representation of color #68102F: hue angle of 338.86º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68102F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1041647-
CMYK00.850.550.59
HSL338.86º73.33%23.53%-
HSV(B)338.86º84.62%40.78%-
XYZ6.413.523.03-
YUV45.85128.65169.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=62.28%
G=9.58%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104164700.850.550.59338.8673.3323.53
Hex68102F055373B1534918
Octal15020570125677352311130
Binary11010001000010111101010101110111111011101010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68102F; }

 p { color: rgb(104,16,47); }

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

<style>
 a { background-color: #68102F; }

 a { background-color: rgb(104,16,47); }

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

<style>
 span { border-color: #68102F; }

 span { border-color: rgb(104,16,47); }

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