Html Css Color HEX #63203B Pompadour

📋 copy color: '#63203B'

red 99 ◦ green 32 ◦ blue 59

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

Shades of Pompadour #63203B

Tints of Pompadour #63203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.05%

R = 52.11%
G = 16.84%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63203B (or 0x63203B) is known color: Pompadour. HEX triplet: 63, 20 and 3B. RGB value is (99,32,59). Sum of RGB (Red+Green+Blue) = 99+32+59=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203B is #9CDFC4. Grayscale: #373737. Windows color (decimal): -10280901 or 3874915. OLE color: 3874915.

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

Color convert

RGB 99 32 59 -
CMYK 0 0.68 0.40 0.61
HSL 335.82º 0.51% 0.26% -
HSV(B) 335.82º 0.68% 0.39% -
XYZ 6.45 4 4.57 -
YUV 55.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 99 32 59 0 0.68 0.40 0.61 335.82 0.51 0.26
Hex 63 20 3B 0 44 28 3D 150 33 1A
Octal 143 40 73 0 104 50 75 520 63 32
Binary 1100011 100000 111011 0 1000100 101000 111101 101010000 110011 11010

Color Harmonies of #63203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63203B

Black with #63203B

Text Example


Text Example

White with #63203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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