#621732

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

Shades of Claret #621732

Tints of Claret #621732

Color information

#621732 (or 0x621732) is unknown color: approx Claret. HEX triplet: 62, 17 and 32. RGB value is (98,23,50). Sum of RGB (Red+Green+Blue) = 98+23+50=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621732 is #9DE8CD. Grayscale: #303030. Windows color (decimal): -10348750 or 3282786. OLE color: 3282786.

HSL color Cylindrical-coordinate representation of color #621732: hue angle of 338.4º 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 #621732 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB982350-
CMYK00.770.490.62
HSL338.4º61.98%23.73%-
HSV(B)338.4º76.53%38.43%-
XYZ5.923.443.37-
YUV48.5128.85163.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=57.31%
G=13.45%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98235000.770.490.62338.461.9823.73
Hex62173204D313E1523e18
Octal1422762011561765227630
Binary1100010101111100100100110111000111111010101001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621732; }

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

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

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

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

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

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

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

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