Html Css Color HEX #63184A Pompadour

📋 copy color: '#63184A'

red 99 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #63184A

Tints of Pompadour #63184A

RGB

 RED value IS 99 (39.06% from 255) = 50.25%

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

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

R = 50.25%
G = 12.18%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63184A (or 0x63184A) is known color: Pompadour. HEX triplet: 63, 18 and 4A. RGB value is (99,24,74). Sum of RGB (Red+Green+Blue) = 99+24+74=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63184A is #9CE7B5. Grayscale: #343434. Windows color (decimal): -10282934 or 4855907. OLE color: 4855907.

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

Color convert

RGB 99 24 74 -
CMYK 0 0.76 0.25 0.61
HSL 320º 0.61% 0.24% -
HSV(B) 320º 0.76% 0.39% -
XYZ 6.71 3.8 6.86 -
YUV 52.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 99 24 74 0 0.76 0.25 0.61 320 0.61 0.24
Hex 63 18 4A 0 4C 19 3D 140 3D 18
Octal 143 30 112 0 114 31 75 500 75 30
Binary 1100011 11000 1001010 0 1001100 11001 111101 101000000 111101 11000

Color Harmonies of #63184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63184A

Black with #63184A

Text Example


Text Example

White with #63184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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