#62172F

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

Shades of Claret #62172F

Tints of Claret #62172F

Color information

#62172F (or 0x62172F) is unknown color: approx Claret. HEX triplet: 62, 17 and 2F. RGB value is (98,23,47). Sum of RGB (Red+Green+Blue) = 98+23+47=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #62172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172F is #9DE8D0. Grayscale: #303030. Windows color (decimal): -10348753 or 3086178. OLE color: 3086178.

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

Color convert

RGB982347-
CMYK00.770.520.62
HSL340.8º61.98%23.73%-
HSV(B)340.8º76.53%38.43%-
XYZ5.863.413.04-
YUV48.16127.35163.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=58.33%
G=13.69%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98234700.770.520.62340.861.9823.73
Hex62172F04D343E1553e18
Octal1422757011564765257630
Binary1100010101111011110100110111010011111010101010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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