Html Css Color HEX #62184A Pompadour

📋 copy color: '#62184A'

red 98 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #62184A

Tints of Pompadour #62184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 50%
G = 12.24%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#62184A (or 0x62184A) is known color: Pompadour. HEX triplet: 62, 18 and 4A. RGB value is (98,24,74). Sum of RGB (Red+Green+Blue) = 98+24+74=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62184A is #9DE7B5. Grayscale: #333333. Windows color (decimal): -10348470 or 4855906. OLE color: 4855906.

HSL color Cylindrical-coordinate representation of color #62184A: hue angle of 319.46º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62184A is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 24 74 -
CMYK 0 0.76 0.24 0.62
HSL 319.46º 0.61% 0.24% -
HSV(B) 319.46º 0.76% 0.38% -
XYZ 6.6 3.74 6.85 -
YUV 51.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 98 24 74 0 0.76 0.24 0.62 319.46 0.61 0.24
Hex 62 18 4A 0 4C 18 3E 13F 3D 18
Octal 142 30 112 0 114 30 76 477 75 30
Binary 1100010 11000 1001010 0 1001100 11000 111110 100111111 111101 11000

Color Harmonies of #62184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62184A

Black with #62184A

Text Example


Text Example

White with #62184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62184A; }

 p { color: rgb(98,24,74); }

 H1.HeaderClassName
 {
   color: #62184A;
 }
 .AnyTagClassName
 {
   color: #62184A;
 }
</style>

background-color css

<style>
 a { background-color: #62184A; }

 a { background-color: rgb(98,24,74); }

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

border-color css

<style>
 span { border-color: #62184A; }

 span { border-color: rgb(98,24,74); }

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