#621B32

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

Shades of Claret #621B32

Tints of Claret #621B32

Color information

#621B32 (or 0x621B32) is unknown color: approx Claret. HEX triplet: 62, 1B and 32. RGB value is (98,27,50). Sum of RGB (Red+Green+Blue) = 98+27+50=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B32 is #9DE4CD. Grayscale: #323232. Windows color (decimal): -10347726 or 3283810. OLE color: 3283810.

HSL color Cylindrical-coordinate representation of color #621B32: hue angle of 340.56º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B32 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB982750-
CMYK00.720.490.62
HSL340.56º56.8%24.51%-
HSV(B)340.56º72.45%38.43%-
XYZ63.613.4-
YUV50.85127.52161.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=56%
G=15.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98275000.720.490.62340.5656.824.51
Hex621B32048313E1553919
Octal1423362011061765257131
Binary1100010110111100100100100011000111111010101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621B32; }

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

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

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

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

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

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

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

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