#621F33

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

Shades of Claret #621F33

Tints of Claret #621F33

Color information

#621F33 (or 0x621F33) is unknown color: approx Claret. HEX triplet: 62, 1F and 33. RGB value is (98,31,51). Sum of RGB (Red+Green+Blue) = 98+31+51=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #621F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F33 is #9DE0CC. Grayscale: #353535. Windows color (decimal): -10346701 or 3350370. OLE color: 3350370.

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

Color convert

RGB983151-
CMYK00.680.480.62
HSL342.09º51.94%25.29%-
HSV(B)342.09º68.37%38.43%-
XYZ6.123.823.55-
YUV53.31126.7159.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=54.44%
G=17.22%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98315100.680.480.62342.0951.9425.29
Hex621F33044303E1563419
Octal1423763010460765266431
Binary1100010111111100110100010011000011111010101011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,31,51); }

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

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

 a { background-color: rgb(98,31,51); }

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

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

 span { border-color: rgb(98,31,51); }

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