Html Css Color HEX #62144B Pompadour

📋 copy color: '#62144B'

red 98 ◦ green 20 ◦ blue 75

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

Shades of Pompadour #62144B

Tints of Pompadour #62144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.36%

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 50.78%
G = 10.36%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62144B (or 0x62144B) is known color: Pompadour. HEX triplet: 62, 14 and 4B. RGB value is (98,20,75). Sum of RGB (Red+Green+Blue) = 98+20+75=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62144B is #9DEBB4. Grayscale: #313131. Windows color (decimal): -10349493 or 4920418. OLE color: 4920418.

HSL color Cylindrical-coordinate representation of color #62144B: hue angle of 317.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62144B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 75 -
CMYK 0 0.80 0.23 0.62
HSL 317.69º 0.66% 0.23% -
HSV(B) 317.69º 0.8% 0.38% -
XYZ 6.56 3.6 7.01 -
YUV 49.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 98 20 75 0 0.80 0.23 0.62 317.69 0.66 0.23
Hex 62 14 4B 0 50 17 3E 13E 42 17
Octal 142 24 113 0 120 27 76 476 102 27
Binary 1100010 10100 1001011 0 1010000 10111 111110 100111110 1000010 10111

Color Harmonies of #62144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62144B

Black with #62144B

Text Example


Text Example

White with #62144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62144B; }

 p { color: rgb(98,20,75); }

 H1.HeaderClassName
 {
   color: #62144B;
 }
 .AnyTagClassName
 {
   color: #62144B;
 }
</style>

background-color css

<style>
 a { background-color: #62144B; }

 a { background-color: rgb(98,20,75); }

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

border-color css

<style>
 span { border-color: #62144B; }

 span { border-color: rgb(98,20,75); }

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