Html Css Color HEX #621632 Claret

📋 copy color: '#621632'

red 98 ◦ green 22 ◦ blue 50

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

Shades of Claret #621632

Tints of Claret #621632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 57.65%
G = 12.94%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#621632 (or 0x621632) is known color: Claret. HEX triplet: 62, 16 and 32. RGB value is (98,22,50). Sum of RGB (Red+Green+Blue) = 98+22+50=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621632 is #9DE9CD. Grayscale: #2F2F2F. Windows color (decimal): -10349006 or 3282530. OLE color: 3282530.

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

Color convert

RGB 98 22 50 -
CMYK 0 0.78 0.49 0.62
HSL 337.89º 0.63% 0.24% -
HSV(B) 337.89º 0.78% 0.38% -
XYZ 5.9 3.4 3.36 -
YUV 47.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 98 22 50 0 0.78 0.49 0.62 337.89 0.63 0.24
Hex 62 16 32 0 4E 31 3E 152 3F 18
Octal 142 26 62 0 116 61 76 522 77 30
Binary 1100010 10110 110010 0 1001110 110001 111110 101010010 111111 11000

Color Harmonies of #621632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621632

Black with #621632

Text Example


Text Example

White with #621632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621632; }

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

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

background-color css

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

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

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

border-color css

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

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

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