Html Css Color HEX #63133D Pompadour

📋 copy color: '#63133D'

red 99 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #63133D

Tints of Pompadour #63133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 55.31%
G = 10.61%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63133D (or 0x63133D) is known color: Pompadour. HEX triplet: 63, 13 and 3D. RGB value is (99,19,61). Sum of RGB (Red+Green+Blue) = 99+19+61=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133D is #9CECC2. Grayscale: #2F2F2F. Windows color (decimal): -10284227 or 4002659. OLE color: 4002659.

HSL color Cylindrical-coordinate representation of color #63133D: hue angle of 328.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63133D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 61 -
CMYK 0 0.81 0.38 0.61
HSL 328.5º 0.68% 0.23% -
HSV(B) 328.5º 0.81% 0.39% -
XYZ 6.22 3.46 4.75 -
YUV 47.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 99 19 61 0 0.81 0.38 0.61 328.5 0.68 0.23
Hex 63 13 3D 0 51 26 3D 148 44 17
Octal 143 23 75 0 121 46 75 510 104 27
Binary 1100011 10011 111101 0 1010001 100110 111101 101001000 1000100 10111

Color Harmonies of #63133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63133D

Black with #63133D

Text Example


Text Example

White with #63133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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