#671434

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

Shades of Claret #671434

Tints of Claret #671434

Color information

#671434 (or 0x671434) is unknown color: approx Claret. HEX triplet: 67, 14 and 34. RGB value is (103,20,52). Sum of RGB (Red+Green+Blue) = 103+20+52=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671434 is #98EBCB. Grayscale: #303030. Windows color (decimal): -10021836 or 3413095. OLE color: 3413095.

HSL color Cylindrical-coordinate representation of color #671434: hue angle of 336.87º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671434 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1032052-
CMYK00.810.500.60
HSL336.87º67.48%24.12%-
HSV(B)336.87º80.58%40.39%-
XYZ6.463.633.61-
YUV48.46130166.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.86%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=58.86%
G=11.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103205200.810.500.60336.8767.4824.12
Hex671434051323C1514318
Octal14724640121627452110330
Binary11001111010011010001010001110010111100101010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671434; }

 p { color: rgb(103,20,52); }

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

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

 a { background-color: rgb(103,20,52); }

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

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

 span { border-color: rgb(103,20,52); }

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