#671A2F

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

Shades of Claret #671A2F

Tints of Claret #671A2F

Color information

#671A2F (or 0x671A2F) is unknown color: approx Claret. HEX triplet: 67, 1A and 2F. RGB value is (103,26,47). Sum of RGB (Red+Green+Blue) = 103+26+47=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #671A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A2F is #98E5D0. Grayscale: #333333. Windows color (decimal): -10020305 or 3086951. OLE color: 3086951.

HSL color Cylindrical-coordinate representation of color #671A2F: hue angle of 343.64º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A2F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1032647-
CMYK00.750.540.60
HSL343.64º59.69%25.29%-
HSV(B)343.64º74.76%40.39%-
XYZ6.483.833.09-
YUV51.42125.51164.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.52%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=58.52%
G=14.77%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103264700.750.540.60343.6459.6925.29
Hex671A2F04B363C1583c19
Octal1473257011366745307431
Binary1100111110101011110100101111011011110010101100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,26,47); }

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

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

 a { background-color: rgb(103,26,47); }

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

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

 span { border-color: rgb(103,26,47); }

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