#67162E

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

Shades of Claret #67162E

Tints of Claret #67162E

Color information

#67162E (or 0x67162E) is unknown color: approx Claret. HEX triplet: 67, 16 and 2E. RGB value is (103,22,46). Sum of RGB (Red+Green+Blue) = 103+22+46=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67162E is #98E9D1. Grayscale: #303030. Windows color (decimal): -10021330 or 3020391. OLE color: 3020391.

HSL color Cylindrical-coordinate representation of color #67162E: hue angle of 342.22º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67162E is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1032246-
CMYK00.790.550.60
HSL342.22º64.8%24.51%-
HSV(B)342.22º78.64%40.39%-
XYZ6.373.652.95-
YUV48.96126.34166.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.23%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=60.23%
G=12.87%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103224600.790.550.60342.2264.824.51
Hex67162E04F373C1564119
Octal14726560117677452610131
Binary11001111011010111001001111110111111100101010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,22,46); }

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

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

 a { background-color: rgb(103,22,46); }

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

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

 span { border-color: rgb(103,22,46); }

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