Html Css Color HEX #62254D Pompadour

📋 copy color: '#62254D'

red 98 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #62254D

Tints of Pompadour #62254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 46.23%
G = 17.45%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#62254D (or 0x62254D) is known color: Pompadour. HEX triplet: 62, 25 and 4D. RGB value is (98,37,77). Sum of RGB (Red+Green+Blue) = 98+37+77=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62254D is #9DDAB2. Grayscale: #3B3B3B. Windows color (decimal): -10345139 or 5055842. OLE color: 5055842.

HSL color Cylindrical-coordinate representation of color #62254D: hue angle of 320.66º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62254D is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 37 77 -
CMYK 0 0.62 0.21 0.62
HSL 320.66º 0.45% 0.26% -
HSV(B) 320.66º 0.62% 0.38% -
XYZ 7.04 4.46 7.51 -
YUV 59.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 98 37 77 0 0.62 0.21 0.62 320.66 0.45 0.26
Hex 62 25 4D 0 3E 15 3E 141 2D 1A
Octal 142 45 115 0 76 25 76 501 55 32
Binary 1100010 100101 1001101 0 111110 10101 111110 101000001 101101 11010

Color Harmonies of #62254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62254D

Black with #62254D

Text Example


Text Example

White with #62254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62254D; }

 p { color: rgb(98,37,77); }

 H1.HeaderClassName
 {
   color: #62254D;
 }
 .AnyTagClassName
 {
   color: #62254D;
 }
</style>

background-color css

<style>
 a { background-color: #62254D; }

 a { background-color: rgb(98,37,77); }

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

border-color css

<style>
 span { border-color: #62254D; }

 span { border-color: rgb(98,37,77); }

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