Html Css Color HEX #622030 Claret

📋 copy color: '#622030'

red 98 ◦ green 32 ◦ blue 48

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

Shades of Claret #622030

Tints of Claret #622030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 55.06%
G = 17.98%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#622030 (or 0x622030) is known color: Claret. HEX triplet: 62, 20 and 30. RGB value is (98,32,48). Sum of RGB (Red+Green+Blue) = 98+32+48=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #622030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622030 is #9DDFCF. Grayscale: #353535. Windows color (decimal): -10346448 or 3154018. OLE color: 3154018.

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

Color convert

RGB 98 32 48 -
CMYK 0 0.67 0.51 0.62
HSL 345.45º 0.51% 0.25% -
HSV(B) 345.45º 0.67% 0.38% -
XYZ 6.09 3.84 3.22 -
YUV 53.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 98 32 48 0 0.67 0.51 0.62 345.45 0.51 0.25
Hex 62 20 30 0 43 33 3E 159 33 19
Octal 142 40 60 0 103 63 76 531 63 31
Binary 1100010 100000 110000 0 1000011 110011 111110 101011001 110011 11001

Color Harmonies of #622030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622030

Black with #622030

Text Example


Text Example

White with #622030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622030; }

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

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

background-color css

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

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

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

border-color css

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

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

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