#62152F

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

Shades of Claret #62152F

Tints of Claret #62152F

Color information

#62152F (or 0x62152F) is unknown color: approx Claret. HEX triplet: 62, 15 and 2F. RGB value is (98,21,47). Sum of RGB (Red+Green+Blue) = 98+21+47=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62152F is #9DEAD0. Grayscale: #2E2E2E. Windows color (decimal): -10349265 or 3085666. OLE color: 3085666.

HSL color Cylindrical-coordinate representation of color #62152F: hue angle of 339.74º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62152F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB982147-
CMYK00.790.520.62
HSL339.74º64.71%23.33%-
HSV(B)339.74º78.57%38.43%-
XYZ5.823.343.03-
YUV46.99128.01164.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=59.04%
G=12.65%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98214700.790.520.62339.7464.7123.33
Hex62152F04F343E1544117
Octal14225570117647652410127
Binary11000101010110111101001111110100111110101010100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62152F; }

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

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

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

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

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

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

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

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