#62132F

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

Shades of Claret #62132F

Tints of Claret #62132F

Color information

#62132F (or 0x62132F) is unknown color: approx Claret. HEX triplet: 62, 13 and 2F. RGB value is (98,19,47). Sum of RGB (Red+Green+Blue) = 98+19+47=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62132F is #9DECD0. Grayscale: #2D2D2D. Windows color (decimal): -10349777 or 3085154. OLE color: 3085154.

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

Color convert

RGB981947-
CMYK00.810.520.62
HSL338.73º67.52%22.94%-
HSV(B)338.73º80.61%38.43%-
XYZ5.783.273.02-
YUV45.81128.67165.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=59.76%
G=11.59%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98194700.810.520.62338.7367.5222.94
Hex62132F051343E1534417
Octal14223570121647652310427
Binary11000101001110111101010001110100111110101010011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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