#622531

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

Shades of Claret #622531

Tints of Claret #622531

Color information

#622531 (or 0x622531) is unknown color: approx Claret. HEX triplet: 62, 25 and 31. RGB value is (98,37,49). Sum of RGB (Red+Green+Blue) = 98+37+49=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #622531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622531 is #9DDACE. Grayscale: #383838. Windows color (decimal): -10345167 or 3220834. OLE color: 3220834.

HSL color Cylindrical-coordinate representation of color #622531: hue angle of 348.2º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #622531 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB983749-
CMYK00.620.50.62
HSL348.2º45.19%26.47%-
HSV(B)348.2º62.24%38.43%-
XYZ6.254.143.38-
YUV56.61123.71157.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=53.26%
G=20.11%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98374900.620.50.62348.245.1926.47
Hex62253103E323E15c2d1a
Octal142456107662765345532
Binary1100010100101110001011111011001011111010101110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622531; }

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

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

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

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

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

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

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

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