#621C2F

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

Shades of Claret #621C2F

Tints of Claret #621C2F

Color information

#621C2F (or 0x621C2F) is unknown color: approx Claret. HEX triplet: 62, 1C and 2F. RGB value is (98,28,47). Sum of RGB (Red+Green+Blue) = 98+28+47=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #621C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C2F is #9DE3D0. Grayscale: #333333. Windows color (decimal): -10347473 or 3087458. OLE color: 3087458.

HSL color Cylindrical-coordinate representation of color #621C2F: hue angle of 343.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C2F is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB982847-
CMYK00.710.520.62
HSL343.71º55.56%24.71%-
HSV(B)343.71º71.43%38.43%-
XYZ5.973.633.08-
YUV51.1125.69161.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=56.65%
G=16.18%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98284700.710.520.62343.7155.5624.71
Hex621C2F047343E1583819
Octal1423457010764765307031
Binary1100010111001011110100011111010011111010101100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621C2F; }

 p { color: rgb(98,28,47); }

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

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

 a { background-color: rgb(98,28,47); }

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

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

 span { border-color: rgb(98,28,47); }

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