Html Css Color HEX #62324F Pompadour

📋 copy color: '#62324F'

red 98 ◦ green 50 ◦ blue 79

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

Shades of Pompadour #62324F

Tints of Pompadour #62324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 43.17%
G = 22.03%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62324F (or 0x62324F) is known color: Pompadour. HEX triplet: 62, 32 and 4F. RGB value is (98,50,79). Sum of RGB (Red+Green+Blue) = 98+50+79=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62324F is #9DCDB0. Grayscale: #434343. Windows color (decimal): -10341809 or 5190242. OLE color: 5190242.

HSL color Cylindrical-coordinate representation of color #62324F: hue angle of 323.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62324F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 50 79 -
CMYK 0 0.49 0.19 0.62
HSL 323.75º 0.32% 0.29% -
HSV(B) 323.75º 0.49% 0.38% -
XYZ 7.59 5.44 8.05 -
YUV 67.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 98 50 79 0 0.49 0.19 0.62 323.75 0.32 0.29
Hex 62 32 4F 0 31 13 3E 144 20 1D
Octal 142 62 117 0 61 23 76 504 40 35
Binary 1100010 110010 1001111 0 110001 10011 111110 101000100 100000 11101

Color Harmonies of #62324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62324F

Black with #62324F

Text Example


Text Example

White with #62324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,50,79); }

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

background-color css

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

 a { background-color: rgb(98,50,79); }

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

border-color css

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

 span { border-color: rgb(98,50,79); }

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