Html Css Color HEX #62152F Claret

📋 copy color: '#62152F'

red 98 ◦ green 21 ◦ blue 47

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

Shades of Claret #62152F

Tints of Claret #62152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 59.04%
G = 12.65%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62152F (or 0x62152F) is known color: Claret. HEX triplet: 62, 15 and 2F. RGB value is (98,21,47). Sum of RGB (Red+Green+Blue) = 98+21+47=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62152F is #9DEAD0. Grayscale: #2E2E2E. Windows color (decimal): -10349265 or 3085666. OLE color: 3085666.

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

Color convert

RGB 98 21 47 -
CMYK 0 0.79 0.52 0.62
HSL 339.74º 0.65% 0.23% -
HSV(B) 339.74º 0.79% 0.38% -
XYZ 5.82 3.34 3.03 -
YUV 46.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 98 21 47 0 0.79 0.52 0.62 339.74 0.65 0.23
Hex 62 15 2F 0 4F 34 3E 154 41 17
Octal 142 25 57 0 117 64 76 524 101 27
Binary 1100010 10101 101111 0 1001111 110100 111110 101010100 1000001 10111

Color Harmonies of #62152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62152F

Black with #62152F

Text Example


Text Example

White with #62152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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