Html Css Color HEX #63133B Pompadour

📋 copy color: '#63133B'

red 99 ◦ green 19 ◦ blue 59

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

Shades of Pompadour #63133B

Tints of Pompadour #63133B

RGB

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

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

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

R = 55.93%
G = 10.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63133B (or 0x63133B) is known color: Pompadour. HEX triplet: 63, 13 and 3B. RGB value is (99,19,59). Sum of RGB (Red+Green+Blue) = 99+19+59=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133B is #9CECC4. Grayscale: #2F2F2F. Windows color (decimal): -10284229 or 3871587. OLE color: 3871587.

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

Color convert

RGB 99 19 59 -
CMYK 0 0.81 0.40 0.61
HSL 330º 0.68% 0.23% -
HSV(B) 330º 0.81% 0.39% -
XYZ 6.17 3.43 4.48 -
YUV 47.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 99 19 59 0 0.81 0.40 0.61 330 0.68 0.23
Hex 63 13 3B 0 51 28 3D 14A 44 17
Octal 143 23 73 0 121 50 75 512 104 27
Binary 1100011 10011 111011 0 1010001 101000 111101 101001010 1000100 10111

Color Harmonies of #63133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63133B

Black with #63133B

Text Example


Text Example

White with #63133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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