#671531

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

Shades of Claret #671531

Tints of Claret #671531

Color information

#671531 (or 0x671531) is unknown color: approx Claret. HEX triplet: 67, 15 and 31. RGB value is (103,21,49). Sum of RGB (Red+Green+Blue) = 103+21+49=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #671531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671531 is #98EACE. Grayscale: #303030. Windows color (decimal): -10021583 or 3216743. OLE color: 3216743.

HSL color Cylindrical-coordinate representation of color #671531: hue angle of 339.51º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671531 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1032149-
CMYK00.800.520.60
HSL339.51º66.13%24.31%-
HSV(B)339.51º79.61%40.39%-
XYZ6.423.643.27-
YUV48.71128.17166.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.54%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=59.54%
G=12.14%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103214900.800.520.60339.5166.1324.31
Hex671531050343C1544218
Octal14725610120647452410230
Binary11001111010111000101010000110100111100101010100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671531; }

 p { color: rgb(103,21,49); }

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

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

 a { background-color: rgb(103,21,49); }

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

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

 span { border-color: rgb(103,21,49); }

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