#672531

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

Shades of Claret #672531

Tints of Claret #672531

Color information

#672531 (or 0x672531) is unknown color: approx Claret. HEX triplet: 67, 25 and 31. RGB value is (103,37,49). Sum of RGB (Red+Green+Blue) = 103+37+49=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #672531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672531 is #98DACE. Grayscale: #3A3A3A. Windows color (decimal): -10017487 or 3220839. OLE color: 3220839.

HSL color Cylindrical-coordinate representation of color #672531: hue angle of 349.09º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #672531 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1033749-
CMYK00.640.520.60
HSL349.09º47.14%27.45%-
HSV(B)349.09º64.08%40.39%-
XYZ6.814.433.4-
YUV58.1122.87160.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=54.50%
G=19.58%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103374900.640.520.60349.0947.1427.45
Hex672531040343C15d2f1b
Octal1474561010064745355733
Binary11001111001011100010100000011010011110010101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672531; }

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

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

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

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

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

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

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

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