Html Css Color HEX #62162F Claret

📋 copy color: '#62162F'

red 98 ◦ green 22 ◦ blue 47

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

Shades of Claret #62162F

Tints of Claret #62162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 58.68%
G = 13.17%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62162F (or 0x62162F) is known color: Claret. HEX triplet: 62, 16 and 2F. RGB value is (98,22,47). Sum of RGB (Red+Green+Blue) = 98+22+47=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62162F is #9DE9D0. Grayscale: #2F2F2F. Windows color (decimal): -10349009 or 3085922. OLE color: 3085922.

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

Color convert

RGB 98 22 47 -
CMYK 0 0.78 0.52 0.62
HSL 340.26º 0.63% 0.24% -
HSV(B) 340.26º 0.78% 0.38% -
XYZ 5.84 3.38 3.03 -
YUV 47.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 98 22 47 0 0.78 0.52 0.62 340.26 0.63 0.24
Hex 62 16 2F 0 4E 34 3E 154 3F 18
Octal 142 26 57 0 116 64 76 524 77 30
Binary 1100010 10110 101111 0 1001110 110100 111110 101010100 111111 11000

Color Harmonies of #62162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62162F

Black with #62162F

Text Example


Text Example

White with #62162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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