Html Css Color HEX #62163F Pompadour

📋 copy color: '#62163F'

red 98 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #62163F

Tints of Pompadour #62163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 53.55%
G = 12.02%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#62163F (or 0x62163F) is known color: Pompadour. HEX triplet: 62, 16 and 3F. RGB value is (98,22,63). Sum of RGB (Red+Green+Blue) = 98+22+63=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62163F is #9DE9C0. Grayscale: #313131. Windows color (decimal): -10348993 or 4134498. OLE color: 4134498.

HSL color Cylindrical-coordinate representation of color #62163F: hue angle of 327.63º 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 #62163F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 63 -
CMYK 0 0.78 0.36 0.62
HSL 327.63º 0.63% 0.24% -
HSV(B) 327.63º 0.78% 0.38% -
XYZ 6.22 3.53 5.06 -
YUV 49.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 98 22 63 0 0.78 0.36 0.62 327.63 0.63 0.24
Hex 62 16 3F 0 4E 24 3E 148 3F 18
Octal 142 26 77 0 116 44 76 510 77 30
Binary 1100010 10110 111111 0 1001110 100100 111110 101001000 111111 11000

Color Harmonies of #62163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62163F

Black with #62163F

Text Example


Text Example

White with #62163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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