#62162F

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

Shades of Claret #62162F

Tints of Claret #62162F

Color information

#62162F (or 0x62162F) is unknown color: approx Claret. HEX triplet: 62, 16 and 2F. RGB value is (98,22,47). Sum of RGB (Red+Green+Blue) = 98+22+47=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62162F is #9DE9D0. Grayscale: #2F2F2F. Windows color (decimal): -10349009 or 3085922. OLE color: 3085922.

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

Color convert

RGB982247-
CMYK00.780.520.62
HSL340.26º63.33%23.53%-
HSV(B)340.26º77.55%38.43%-
XYZ5.843.383.03-
YUV47.57127.68163.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=58.68%
G=13.17%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98224700.780.520.62340.2663.3323.53
Hex62162F04E343E1543f18
Octal1422657011664765247730
Binary1100010101101011110100111011010011111010101010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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