Html Css Color HEX #62304F Pompadour

📋 copy color: '#62304F'

red 98 ◦ green 48 ◦ blue 79

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

Shades of Pompadour #62304F

Tints of Pompadour #62304F

RGB

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

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

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

R = 43.56%
G = 21.33%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62304F (or 0x62304F) is known color: Pompadour. HEX triplet: 62, 30 and 4F. RGB value is (98,48,79). Sum of RGB (Red+Green+Blue) = 98+48+79=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62304F is #9DCFB0. Grayscale: #424242. Windows color (decimal): -10342321 or 5189730. OLE color: 5189730.

HSL color Cylindrical-coordinate representation of color #62304F: hue angle of 322.8º 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 #62304F is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 48 79 -
CMYK 0 0.51 0.19 0.62
HSL 322.8º 0.34% 0.29% -
HSV(B) 322.8º 0.51% 0.38% -
XYZ 7.51 5.28 8.02 -
YUV 66.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 98 48 79 0 0.51 0.19 0.62 322.8 0.34 0.29
Hex 62 30 4F 0 33 13 3E 143 22 1D
Octal 142 60 117 0 63 23 76 503 42 35
Binary 1100010 110000 1001111 0 110011 10011 111110 101000011 100010 11101

Color Harmonies of #62304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62304F

Black with #62304F

Text Example


Text Example

White with #62304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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