Html Css Color HEX #622232 Claret

📋 copy color: '#622232'

red 98 ◦ green 34 ◦ blue 50

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

Shades of Claret #622232

Tints of Claret #622232

RGB

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

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

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

R = 53.85%
G = 18.68%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#622232 (or 0x622232) is known color: Claret. HEX triplet: 62, 22 and 32. RGB value is (98,34,50). Sum of RGB (Red+Green+Blue) = 98+34+50=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #622232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622232 is #9DDDCD. Grayscale: #363636. Windows color (decimal): -10345934 or 3285602. OLE color: 3285602.

HSL color Cylindrical-coordinate representation of color #622232: hue angle of 345º 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 #622232 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 34 50 -
CMYK 0 0.65 0.49 0.62
HSL 345º 0.48% 0.26% -
HSV(B) 345º 0.65% 0.38% -
XYZ 6.18 3.97 3.46 -
YUV 54.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 98 34 50 0 0.65 0.49 0.62 345 0.48 0.26
Hex 62 22 32 0 41 31 3E 159 30 1A
Octal 142 42 62 0 101 61 76 531 60 32
Binary 1100010 100010 110010 0 1000001 110001 111110 101011001 110000 11010

Color Harmonies of #622232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622232

Black with #622232

Text Example


Text Example

White with #622232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622232; }

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

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

background-color css

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

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

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

border-color css

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

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

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