#62192F

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

Shades of Claret #62192F

Tints of Claret #62192F

Color information

#62192F (or 0x62192F) is unknown color: approx Claret. HEX triplet: 62, 19 and 2F. RGB value is (98,25,47). Sum of RGB (Red+Green+Blue) = 98+25+47=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #62192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62192F is #9DE6D0. Grayscale: #313131. Windows color (decimal): -10348241 or 3086690. OLE color: 3086690.

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

Color convert

RGB982547-
CMYK00.740.520.62
HSL341.92º59.35%24.12%-
HSV(B)341.92º74.49%38.43%-
XYZ5.93.53.05-
YUV49.33126.68162.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=57.65%
G=14.71%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98254700.740.520.62341.9259.3524.12
Hex62192F04A343E1563b18
Octal1423157011264765267330
Binary1100010110011011110100101011010011111010101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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