#621834

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

Shades of Claret #621834

Tints of Claret #621834

Color information

#621834 (or 0x621834) is unknown color: approx Claret. HEX triplet: 62, 18 and 34. RGB value is (98,24,52). Sum of RGB (Red+Green+Blue) = 98+24+52=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #621834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621834 is #9DE7CB. Grayscale: #313131. Windows color (decimal): -10348492 or 3414114. OLE color: 3414114.

HSL color Cylindrical-coordinate representation of color #621834: hue angle of 337.3º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621834 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB982452-
CMYK00.760.470.62
HSL337.3º60.66%23.92%-
HSV(B)337.3º75.51%38.43%-
XYZ5.983.53.61-
YUV49.32129.52162.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=56.32%
G=13.79%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98245200.760.470.62337.360.6623.92
Hex62183404C2F3E1513d18
Octal1423064011457765217530
Binary1100010110001101000100110010111111111010101000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621834; }

 p { color: rgb(98,24,52); }

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

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

 a { background-color: rgb(98,24,52); }

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

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

 span { border-color: rgb(98,24,52); }

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