Html Css Color HEX #621934 Claret

📋 copy color: '#621934'

red 98 ◦ green 25 ◦ blue 52

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

Shades of Claret #621934

Tints of Claret #621934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 56%
G = 14.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#621934 (or 0x621934) is known color: Claret. HEX triplet: 62, 19 and 34. RGB value is (98,25,52). Sum of RGB (Red+Green+Blue) = 98+25+52=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621934 is #9DE6CB. Grayscale: #313131. Windows color (decimal): -10348236 or 3414370. OLE color: 3414370.

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

Color convert

RGB 98 25 52 -
CMYK 0 0.74 0.47 0.62
HSL 337.81º 0.59% 0.24% -
HSV(B) 337.81º 0.74% 0.38% -
XYZ 6 3.54 3.62 -
YUV 49.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 98 25 52 0 0.74 0.47 0.62 337.81 0.59 0.24
Hex 62 19 34 0 4A 2F 3E 152 3B 18
Octal 142 31 64 0 112 57 76 522 73 30
Binary 1100010 11001 110100 0 1001010 101111 111110 101010010 111011 11000

Color Harmonies of #621934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621934

Black with #621934

Text Example


Text Example

White with #621934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621934; }

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

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

background-color css

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

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

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

border-color css

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

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

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