Html Css Color HEX #62192F Claret

📋 copy color: '#62192F'

red 98 ◦ green 25 ◦ blue 47

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

Shades of Claret #62192F

Tints of Claret #62192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 57.65%
G = 14.71%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62192F (or 0x62192F) is known color: Claret. HEX triplet: 62, 19 and 2F. RGB value is (98,25,47). Sum of RGB (Red+Green+Blue) = 98+25+47=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #62192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62192F is #9DE6D0. Grayscale: #313131. Windows color (decimal): -10348241 or 3086690. OLE color: 3086690.

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

Color convert

RGB 98 25 47 -
CMYK 0 0.74 0.52 0.62
HSL 341.92º 0.59% 0.24% -
HSV(B) 341.92º 0.74% 0.38% -
XYZ 5.9 3.5 3.05 -
YUV 49.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 98 25 47 0 0.74 0.52 0.62 341.92 0.59 0.24
Hex 62 19 2F 0 4A 34 3E 156 3B 18
Octal 142 31 57 0 112 64 76 526 73 30
Binary 1100010 11001 101111 0 1001010 110100 111110 101010110 111011 11000

Color Harmonies of #62192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62192F

Black with #62192F

Text Example


Text Example

White with #62192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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