#671D2E

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

Shades of Claret #671D2E

Tints of Claret #671D2E

Color information

#671D2E (or 0x671D2E) is unknown color: approx Claret. HEX triplet: 67, 1D and 2E. RGB value is (103,29,46). Sum of RGB (Red+Green+Blue) = 103+29+46=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #671D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D2E is #98E2D1. Grayscale: #353535. Windows color (decimal): -10019538 or 3022183. OLE color: 3022183.

HSL color Cylindrical-coordinate representation of color #671D2E: hue angle of 346.22º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D2E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1032946-
CMYK00.720.550.60
HSL346.22º56.06%25.88%-
HSV(B)346.22º71.84%40.39%-
XYZ6.533.963.01-
YUV53.06124.02163.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.87%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=57.87%
G=16.29%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103294600.720.550.60346.2256.0625.88
Hex671D2E048373C15a381a
Octal1473556011067745327032
Binary1100111111011011100100100011011111110010101101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671D2E; }

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

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

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

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

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

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

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

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