Html Css Color HEX #622531 Claret

📋 copy color: '#622531'

red 98 ◦ green 37 ◦ blue 49

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

Shades of Claret #622531

Tints of Claret #622531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

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

R = 53.26%
G = 20.11%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#622531 (or 0x622531) is known color: Claret. HEX triplet: 62, 25 and 31. RGB value is (98,37,49). Sum of RGB (Red+Green+Blue) = 98+37+49=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #622531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622531 is #9DDACE. Grayscale: #383838. Windows color (decimal): -10345167 or 3220834. OLE color: 3220834.

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

Color convert

RGB 98 37 49 -
CMYK 0 0.62 0.5 0.62
HSL 348.2º 0.45% 0.26% -
HSV(B) 348.2º 0.62% 0.38% -
XYZ 6.25 4.14 3.38 -
YUV 56.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 98 37 49 0 0.62 0.5 0.62 348.2 0.45 0.26
Hex 62 25 31 0 3E 32 3E 15C 2D 1A
Octal 142 45 61 0 76 62 76 534 55 32
Binary 1100010 100101 110001 0 111110 110010 111110 101011100 101101 11010

Color Harmonies of #622531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622531

Black with #622531

Text Example


Text Example

White with #622531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622531; }

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

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

background-color css

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

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

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

border-color css

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

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

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