Html Css Color HEX #63254A Pompadour

📋 copy color: '#63254A'

red 99 ◦ green 37 ◦ blue 74

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

Shades of Pompadour #63254A

Tints of Pompadour #63254A

RGB

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

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

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

R = 47.14%
G = 17.62%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63254A (or 0x63254A) is known color: Pompadour. HEX triplet: 63, 25 and 4A. RGB value is (99,37,74). Sum of RGB (Red+Green+Blue) = 99+37+74=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63254A is #9CDAB5. Grayscale: #3B3B3B. Windows color (decimal): -10279606 or 4859235. OLE color: 4859235.

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

Color convert

RGB 99 37 74 -
CMYK 0 0.63 0.25 0.61
HSL 324.19º 0.46% 0.27% -
HSV(B) 324.19º 0.63% 0.39% -
XYZ 7.04 4.47 6.97 -
YUV 59.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 99 37 74 0 0.63 0.25 0.61 324.19 0.46 0.27
Hex 63 25 4A 0 3F 19 3D 144 2E 1B
Octal 143 45 112 0 77 31 75 504 56 33
Binary 1100011 100101 1001010 0 111111 11001 111101 101000100 101110 11011

Color Harmonies of #63254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63254A

Black with #63254A

Text Example


Text Example

White with #63254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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