#62182F

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

Shades of Claret #62182F

Tints of Claret #62182F

Color information

#62182F (or 0x62182F) is unknown color: approx Claret. HEX triplet: 62, 18 and 2F. RGB value is (98,24,47). Sum of RGB (Red+Green+Blue) = 98+24+47=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #62182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62182F is #9DE7D0. Grayscale: #303030. Windows color (decimal): -10348497 or 3086434. OLE color: 3086434.

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

Color convert

RGB982447-
CMYK00.760.520.62
HSL341.35º60.66%23.92%-
HSV(B)341.35º75.51%38.43%-
XYZ5.883.463.05-
YUV48.75127.02163.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=57.99%
G=14.20%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98244700.760.520.62341.3560.6623.92
Hex62182F04C343E1553d18
Octal1423057011464765257530
Binary1100010110001011110100110011010011111010101010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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