#621230

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

Shades of Claret #621230

Tints of Claret #621230

Color information

#621230 (or 0x621230) is unknown color: approx Claret. HEX triplet: 62, 12 and 30. RGB value is (98,18,48). Sum of RGB (Red+Green+Blue) = 98+18+48=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #621230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621230 is #9DEDCF. Grayscale: #2D2D2D. Windows color (decimal): -10350032 or 3150434. OLE color: 3150434.

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

Color convert

RGB981848-
CMYK00.820.510.62
HSL337.5º68.97%22.75%-
HSV(B)337.5º81.63%38.43%-
XYZ5.793.243.12-
YUV45.34129.5165.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=59.76%
G=10.98%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98184800.820.510.62337.568.9722.75
Hex621230052333E1524517
Octal14222600122637652210527
Binary11000101001011000001010010110011111110101010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621230; }

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

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

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

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

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

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

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

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