Html Css Color HEX #622031 Claret

📋 copy color: '#622031'

red 98 ◦ green 32 ◦ blue 49

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

Shades of Claret #622031

Tints of Claret #622031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 54.75%
G = 17.88%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#622031 (or 0x622031) is known color: Claret. HEX triplet: 62, 20 and 31. RGB value is (98,32,49). Sum of RGB (Red+Green+Blue) = 98+32+49=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #622031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622031 is #9DDFCE. Grayscale: #353535. Windows color (decimal): -10346447 or 3219554. OLE color: 3219554.

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

Color convert

RGB 98 32 49 -
CMYK 0 0.67 0.5 0.62
HSL 344.55º 0.51% 0.25% -
HSV(B) 344.55º 0.67% 0.38% -
XYZ 6.11 3.85 3.33 -
YUV 53.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 98 32 49 0 0.67 0.5 0.62 344.55 0.51 0.25
Hex 62 20 31 0 43 32 3E 159 33 19
Octal 142 40 61 0 103 62 76 531 63 31
Binary 1100010 100000 110001 0 1000011 110010 111110 101011001 110011 11001

Color Harmonies of #622031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622031

Black with #622031

Text Example


Text Example

White with #622031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622031; }

 p { color: rgb(98,32,49); }

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

background-color css

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

 a { background-color: rgb(98,32,49); }

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

border-color css

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

 span { border-color: rgb(98,32,49); }

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