Html Css Color HEX #63203C Pompadour

📋 copy color: '#63203C'

red 99 ◦ green 32 ◦ blue 60

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

Shades of Pompadour #63203C

Tints of Pompadour #63203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 51.83%
G = 16.75%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#63203C (or 0x63203C) is known color: Pompadour. HEX triplet: 63, 20 and 3C. RGB value is (99,32,60). Sum of RGB (Red+Green+Blue) = 99+32+60=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203C is #9CDFC3. Grayscale: #373737. Windows color (decimal): -10280900 or 3940451. OLE color: 3940451.

HSL color Cylindrical-coordinate representation of color #63203C: hue angle of 334.93º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63203C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 60 -
CMYK 0 0.68 0.39 0.61
HSL 334.93º 0.51% 0.26% -
HSV(B) 334.93º 0.68% 0.39% -
XYZ 6.48 4.01 4.71 -
YUV 55.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 99 32 60 0 0.68 0.39 0.61 334.93 0.51 0.26
Hex 63 20 3C 0 44 27 3D 14F 33 1A
Octal 143 40 74 0 104 47 75 517 63 32
Binary 1100011 100000 111100 0 1000100 100111 111101 101001111 110011 11010

Color Harmonies of #63203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63203C

Black with #63203C

Text Example


Text Example

White with #63203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63203C; }

 p { color: rgb(99,32,60); }

 H1.HeaderClassName
 {
   color: #63203C;
 }
 .AnyTagClassName
 {
   color: #63203C;
 }
</style>

background-color css

<style>
 a { background-color: #63203C; }

 a { background-color: rgb(99,32,60); }

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

border-color css

<style>
 span { border-color: #63203C; }

 span { border-color: rgb(99,32,60); }

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