Html Css Color HEX #621330 Claret

📋 copy color: '#621330'

red 98 ◦ green 19 ◦ blue 48

#621330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #621330

Tints of Claret #621330

RGB

 RED value IS 98 (38.67% from 255) = 59.39%

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 59.39%
G = 11.52%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#621330 (or 0x621330) is known color: Claret. HEX triplet: 62, 13 and 30. RGB value is (98,19,48). Sum of RGB (Red+Green+Blue) = 98+19+48=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621330 is #9DECCF. Grayscale: #2D2D2D. Windows color (decimal): -10349776 or 3150690. OLE color: 3150690.

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

Color convert

RGB 98 19 48 -
CMYK 0 0.81 0.51 0.62
HSL 337.97º 0.68% 0.23% -
HSV(B) 337.97º 0.81% 0.38% -
XYZ 5.8 3.28 3.12 -
YUV 45.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 98 19 48 0 0.81 0.51 0.62 337.97 0.68 0.23
Hex 62 13 30 0 51 33 3E 152 44 17
Octal 142 23 60 0 121 63 76 522 104 27
Binary 1100010 10011 110000 0 1010001 110011 111110 101010010 1000100 10111

Color Harmonies of #621330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621330

Black with #621330

Text Example


Text Example

White with #621330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621330; }

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

 H1.HeaderClassName
 {
   color: #621330;
 }
 .AnyTagClassName
 {
   color: #621330;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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