Html Css Color HEX #62122F Claret

📋 copy color: '#62122F'

red 98 ◦ green 18 ◦ blue 47

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

Shades of Claret #62122F

Tints of Claret #62122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 60.12%
G = 11.04%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62122F (or 0x62122F) is known color: Claret. HEX triplet: 62, 12 and 2F. RGB value is (98,18,47). Sum of RGB (Red+Green+Blue) = 98+18+47=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62122F is #9DEDD0. Grayscale: #2D2D2D. Windows color (decimal): -10350033 or 3084898. OLE color: 3084898.

HSL color Cylindrical-coordinate representation of color #62122F: hue angle of 338.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62122F is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 47 -
CMYK 0 0.82 0.52 0.62
HSL 338.25º 0.69% 0.23% -
HSV(B) 338.25º 0.82% 0.38% -
XYZ 5.77 3.23 3.01 -
YUV 45.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 98 18 47 0 0.82 0.52 0.62 338.25 0.69 0.23
Hex 62 12 2F 0 52 34 3E 152 45 17
Octal 142 22 57 0 122 64 76 522 105 27
Binary 1100010 10010 101111 0 1010010 110100 111110 101010010 1000101 10111

Color Harmonies of #62122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62122F

Black with #62122F

Text Example


Text Example

White with #62122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62122F; }

 p { color: rgb(98,18,47); }

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

background-color css

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

 a { background-color: rgb(98,18,47); }

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

border-color css

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

 span { border-color: rgb(98,18,47); }

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