Html Css Color HEX #63203E Pompadour

📋 copy color: '#63203E'

red 99 ◦ green 32 ◦ blue 62

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

Shades of Pompadour #63203E

Tints of Pompadour #63203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 51.3%
G = 16.58%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63203E (or 0x63203E) is known color: Pompadour. HEX triplet: 63, 20 and 3E. RGB value is (99,32,62). Sum of RGB (Red+Green+Blue) = 99+32+62=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203E is #9CDFC1. Grayscale: #373737. Windows color (decimal): -10280898 or 4071523. OLE color: 4071523.

HSL color Cylindrical-coordinate representation of color #63203E: hue angle of 333.13º 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 #63203E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 62 -
CMYK 0 0.68 0.37 0.61
HSL 333.13º 0.51% 0.26% -
HSV(B) 333.13º 0.68% 0.39% -
XYZ 6.53 4.03 4.99 -
YUV 55.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 99 32 62 0 0.68 0.37 0.61 333.13 0.51 0.26
Hex 63 20 3E 0 44 25 3D 14D 33 1A
Octal 143 40 76 0 104 45 75 515 63 32
Binary 1100011 100000 111110 0 1000100 100101 111101 101001101 110011 11010

Color Harmonies of #63203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63203E

Black with #63203E

Text Example


Text Example

White with #63203E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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