Html Css Color HEX #63133A Pompadour

📋 copy color: '#63133A'

red 99 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #63133A

Tints of Pompadour #63133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 56.25%
G = 10.8%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63133A (or 0x63133A) is known color: Pompadour. HEX triplet: 63, 13 and 3A. RGB value is (99,19,58). Sum of RGB (Red+Green+Blue) = 99+19+58=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133A is #9CECC5. Grayscale: #2F2F2F. Windows color (decimal): -10284230 or 3806051. OLE color: 3806051.

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

Color convert

RGB 99 19 58 -
CMYK 0 0.81 0.41 0.61
HSL 330.75º 0.68% 0.23% -
HSV(B) 330.75º 0.81% 0.39% -
XYZ 6.14 3.42 4.34 -
YUV 47.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 99 19 58 0 0.81 0.41 0.61 330.75 0.68 0.23
Hex 63 13 3A 0 51 29 3D 14B 44 17
Octal 143 23 72 0 121 51 75 513 104 27
Binary 1100011 10011 111010 0 1010001 101001 111101 101001011 1000100 10111

Color Harmonies of #63133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63133A

Black with #63133A

Text Example


Text Example

White with #63133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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