Html Css Color HEX #62244C Pompadour

📋 copy color: '#62244C'

red 98 ◦ green 36 ◦ blue 76

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

Shades of Pompadour #62244C

Tints of Pompadour #62244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 46.67%
G = 17.14%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#62244C (or 0x62244C) is known color: Pompadour. HEX triplet: 62, 24 and 4C. RGB value is (98,36,76). Sum of RGB (Red+Green+Blue) = 98+36+76=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62244C is #9DDBB3. Grayscale: #3B3B3B. Windows color (decimal): -10345396 or 4990050. OLE color: 4990050.

HSL color Cylindrical-coordinate representation of color #62244C: hue angle of 321.29º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62244C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 36 76 -
CMYK 0 0.63 0.22 0.62
HSL 321.29º 0.46% 0.26% -
HSV(B) 321.29º 0.63% 0.38% -
XYZ 6.97 4.38 7.32 -
YUV 59.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 98 36 76 0 0.63 0.22 0.62 321.29 0.46 0.26
Hex 62 24 4C 0 3F 16 3E 141 2E 1A
Octal 142 44 114 0 77 26 76 501 56 32
Binary 1100010 100100 1001100 0 111111 10110 111110 101000001 101110 11010

Color Harmonies of #62244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62244C

Black with #62244C

Text Example


Text Example

White with #62244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62244C; }

 p { color: rgb(98,36,76); }

 H1.HeaderClassName
 {
   color: #62244C;
 }
 .AnyTagClassName
 {
   color: #62244C;
 }
</style>

background-color css

<style>
 a { background-color: #62244C; }

 a { background-color: rgb(98,36,76); }

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

border-color css

<style>
 span { border-color: #62244C; }

 span { border-color: rgb(98,36,76); }

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