Html Css Color HEX #62142F Claret

📋 copy color: '#62142F'

red 98 ◦ green 20 ◦ blue 47

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

Shades of Claret #62142F

Tints of Claret #62142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 59.39%
G = 12.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62142F (or 0x62142F) is known color: Claret. HEX triplet: 62, 14 and 2F. RGB value is (98,20,47). Sum of RGB (Red+Green+Blue) = 98+20+47=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62142F is #9DEBD0. Grayscale: #2E2E2E. Windows color (decimal): -10349521 or 3085410. OLE color: 3085410.

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

Color convert

RGB 98 20 47 -
CMYK 0 0.80 0.52 0.62
HSL 339.23º 0.66% 0.23% -
HSV(B) 339.23º 0.8% 0.38% -
XYZ 5.8 3.3 3.02 -
YUV 46.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 98 20 47 0 0.80 0.52 0.62 339.23 0.66 0.23
Hex 62 14 2F 0 50 34 3E 153 42 17
Octal 142 24 57 0 120 64 76 523 102 27
Binary 1100010 10100 101111 0 1010000 110100 111110 101010011 1000010 10111

Color Harmonies of #62142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62142F

Black with #62142F

Text Example


Text Example

White with #62142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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