#621430

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

Shades of Claret #621430

Tints of Claret #621430

Color information

#621430 (or 0x621430) is unknown color: approx Claret. HEX triplet: 62, 14 and 30. RGB value is (98,20,48). Sum of RGB (Red+Green+Blue) = 98+20+48=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #621430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621430 is #9DEBCF. Grayscale: #2E2E2E. Windows color (decimal): -10349520 or 3150946. OLE color: 3150946.

HSL color Cylindrical-coordinate representation of color #621430: hue angle of 338.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621430 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB982048-
CMYK00.800.510.62
HSL338.46º66.1%23.14%-
HSV(B)338.46º79.59%38.43%-
XYZ5.823.313.13-
YUV46.51128.84164.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=59.04%
G=12.05%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98204800.800.510.62338.4666.123.14
Hex621430050333E1524217
Octal14224600120637652210227
Binary11000101010011000001010000110011111110101010010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621430; }

 p { color: rgb(98,20,48); }

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

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

 a { background-color: rgb(98,20,48); }

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

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

 span { border-color: rgb(98,20,48); }

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