Html Css Color HEX #62314E Pompadour

📋 copy color: '#62314E'

red 98 ◦ green 49 ◦ blue 78

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

Shades of Pompadour #62314E

Tints of Pompadour #62314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

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

R = 43.56%
G = 21.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62314E (or 0x62314E) is known color: Pompadour. HEX triplet: 62, 31 and 4E. RGB value is (98,49,78). Sum of RGB (Red+Green+Blue) = 98+49+78=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62314E is #9DCEB1. Grayscale: #424242. Windows color (decimal): -10342066 or 5124450. OLE color: 5124450.

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

Color convert

RGB 98 49 78 -
CMYK 0 0.5 0.20 0.62
HSL 324.49º 0.33% 0.29% -
HSV(B) 324.49º 0.5% 0.38% -
XYZ 7.51 5.34 7.84 -
YUV 66.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 98 49 78 0 0.5 0.20 0.62 324.49 0.33 0.29
Hex 62 31 4E 0 32 14 3E 144 21 1D
Octal 142 61 116 0 62 24 76 504 41 35
Binary 1100010 110001 1001110 0 110010 10100 111110 101000100 100001 11101

Color Harmonies of #62314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62314E

Black with #62314E

Text Example


Text Example

White with #62314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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