Html Css Color HEX #63203D Pompadour

📋 copy color: '#63203D'

red 99 ◦ green 32 ◦ blue 61

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

Shades of Pompadour #63203D

Tints of Pompadour #63203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 51.56%
G = 16.67%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63203D (or 0x63203D) is known color: Pompadour. HEX triplet: 63, 20 and 3D. RGB value is (99,32,61). Sum of RGB (Red+Green+Blue) = 99+32+61=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203D is #9CDFC2. Grayscale: #373737. Windows color (decimal): -10280899 or 4005987. OLE color: 4005987.

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

Color convert

RGB 99 32 61 -
CMYK 0 0.68 0.38 0.61
HSL 334.03º 0.51% 0.26% -
HSV(B) 334.03º 0.68% 0.39% -
XYZ 6.5 4.02 4.85 -
YUV 55.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 99 32 61 0 0.68 0.38 0.61 334.03 0.51 0.26
Hex 63 20 3D 0 44 26 3D 14E 33 1A
Octal 143 40 75 0 104 46 75 516 63 32
Binary 1100011 100000 111101 0 1000100 100110 111101 101001110 110011 11010

Color Harmonies of #63203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63203D

Black with #63203D

Text Example


Text Example

White with #63203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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