#68222F

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

Shades of Claret #68222F

Tints of Claret #68222F

Color information

#68222F (or 0x68222F) is unknown color: approx Claret. HEX triplet: 68, 22 and 2F. RGB value is (104,34,47). Sum of RGB (Red+Green+Blue) = 104+34+47=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68222F is #97DDD0. Grayscale: #383838. Windows color (decimal): -9952721 or 3089000. OLE color: 3089000.

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

Color convert

RGB1043447-
CMYK00.670.550.59
HSL348.86º50.72%27.06%-
HSV(B)348.86º67.31%40.78%-
XYZ6.794.293.16-
YUV56.41122.69161.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=56.22%
G=18.38%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104344700.670.550.59348.8650.7227.06
Hex68222F043373B15d331b
Octal1504257010367735356333
Binary11010001000101011110100001111011111101110101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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