Html Css Color HEX #62304E Pompadour

📋 copy color: '#62304E'

red 98 ◦ green 48 ◦ blue 78

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

Shades of Pompadour #62304E

Tints of Pompadour #62304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 43.75%
G = 21.43%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62304E (or 0x62304E) is known color: Pompadour. HEX triplet: 62, 30 and 4E. RGB value is (98,48,78). Sum of RGB (Red+Green+Blue) = 98+48+78=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62304E is #9DCFB1. Grayscale: #424242. Windows color (decimal): -10342322 or 5124194. OLE color: 5124194.

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

Color convert

RGB 98 48 78 -
CMYK 0 0.51 0.20 0.62
HSL 324º 0.34% 0.29% -
HSV(B) 324º 0.51% 0.38% -
XYZ 7.47 5.26 7.83 -
YUV 66.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 98 48 78 0 0.51 0.20 0.62 324 0.34 0.29
Hex 62 30 4E 0 33 14 3E 144 22 1D
Octal 142 60 116 0 63 24 76 504 42 35
Binary 1100010 110000 1001110 0 110011 10100 111110 101000100 100010 11101

Color Harmonies of #62304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62304E

Black with #62304E

Text Example


Text Example

White with #62304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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