Html Css Color HEX #62134E Pompadour

📋 copy color: '#62134E'

red 98 ◦ green 19 ◦ blue 78

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

Shades of Pompadour #62134E

Tints of Pompadour #62134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 78 (30.86% from 255) = 40%

R = 50.26%
G = 9.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62134E (or 0x62134E) is known color: Pompadour. HEX triplet: 62, 13 and 4E. RGB value is (98,19,78). Sum of RGB (Red+Green+Blue) = 98+19+78=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62134E is #9DECB1. Grayscale: #313131. Windows color (decimal): -10349746 or 5116770. OLE color: 5116770.

HSL color Cylindrical-coordinate representation of color #62134E: hue angle of 315.19º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62134E is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 78 -
CMYK 0 0.81 0.20 0.62
HSL 315.19º 0.68% 0.23% -
HSV(B) 315.19º 0.81% 0.38% -
XYZ 6.65 3.61 7.55 -
YUV 49.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 98 19 78 0 0.81 0.20 0.62 315.19 0.68 0.23
Hex 62 13 4E 0 51 14 3E 13B 44 17
Octal 142 23 116 0 121 24 76 473 104 27
Binary 1100010 10011 1001110 0 1010001 10100 111110 100111011 1000100 10111

Color Harmonies of #62134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62134E

Black with #62134E

Text Example


Text Example

White with #62134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62134E; }

 p { color: rgb(98,19,78); }

 H1.HeaderClassName
 {
   color: #62134E;
 }
 .AnyTagClassName
 {
   color: #62134E;
 }
</style>

background-color css

<style>
 a { background-color: #62134E; }

 a { background-color: rgb(98,19,78); }

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

border-color css

<style>
 span { border-color: #62134E; }

 span { border-color: rgb(98,19,78); }

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