Html Css Color HEX #622231 Claret

📋 copy color: '#622231'

red 98 ◦ green 34 ◦ blue 49

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

Shades of Claret #622231

Tints of Claret #622231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 54.14%
G = 18.78%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#622231 (or 0x622231) is known color: Claret. HEX triplet: 62, 22 and 31. RGB value is (98,34,49). Sum of RGB (Red+Green+Blue) = 98+34+49=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #622231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622231 is #9DDDCE. Grayscale: #363636. Windows color (decimal): -10345935 or 3220066. OLE color: 3220066.

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

Color convert

RGB 98 34 49 -
CMYK 0 0.65 0.5 0.62
HSL 345.94º 0.48% 0.26% -
HSV(B) 345.94º 0.65% 0.38% -
XYZ 6.16 3.96 3.35 -
YUV 54.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 98 34 49 0 0.65 0.5 0.62 345.94 0.48 0.26
Hex 62 22 31 0 41 32 3E 15A 30 1A
Octal 142 42 61 0 101 62 76 532 60 32
Binary 1100010 100010 110001 0 1000001 110010 111110 101011010 110000 11010

Color Harmonies of #622231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622231

Black with #622231

Text Example


Text Example

White with #622231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622231; }

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

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

background-color css

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

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

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

border-color css

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

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

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