Html Css Color HEX #621E32 Claret

📋 copy color: '#621E32'

red 98 ◦ green 30 ◦ blue 50

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

Shades of Claret #621E32

Tints of Claret #621E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 50 (19.92% from 255) = 28.09%

R = 55.06%
G = 16.85%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#621E32 (or 0x621E32) is known color: Claret. HEX triplet: 62, 1E and 32. RGB value is (98,30,50). Sum of RGB (Red+Green+Blue) = 98+30+50=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #621E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E32 is #9DE1CD. Grayscale: #343434. Windows color (decimal): -10346958 or 3284578. OLE color: 3284578.

HSL color Cylindrical-coordinate representation of color #621E32: hue angle of 342.35º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E32 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 30 50 -
CMYK 0 0.69 0.49 0.62
HSL 342.35º 0.53% 0.25% -
HSV(B) 342.35º 0.69% 0.38% -
XYZ 6.08 3.76 3.42 -
YUV 52.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 98 30 50 0 0.69 0.49 0.62 342.35 0.53 0.25
Hex 62 1E 32 0 45 31 3E 156 35 19
Octal 142 36 62 0 105 61 76 526 65 31
Binary 1100010 11110 110010 0 1000101 110001 111110 101010110 110101 11001

Color Harmonies of #621E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E32

Black with #621E32

Text Example


Text Example

White with #621E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621E32; }

 p { color: rgb(98,30,50); }

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

background-color css

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

 a { background-color: rgb(98,30,50); }

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

border-color css

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

 span { border-color: rgb(98,30,50); }

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