Html Css Color HEX #621430 Claret

📋 copy color: '#621430'

red 98 ◦ green 20 ◦ blue 48

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

Shades of Claret #621430

Tints of Claret #621430

RGB

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

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#621430 (or 0x621430) is known color: 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

RGB 98 20 48 -
CMYK 0 0.80 0.51 0.62
HSL 338.46º 0.66% 0.23% -
HSV(B) 338.46º 0.8% 0.38% -
XYZ 5.82 3.31 3.13 -
YUV 46.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 98 20 48 0 0.80 0.51 0.62 338.46 0.66 0.23
Hex 62 14 30 0 50 33 3E 152 42 17
Octal 142 24 60 0 120 63 76 522 102 27
Binary 1100010 10100 110000 0 1010000 110011 111110 101010010 1000010 10111

Color Harmonies of #621430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621430

Black with #621430

Text Example


Text Example

White with #621430

Text Example


Text Example

HTML Codes & Css Web 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>