Html Css Color HEX #63133C Pompadour

📋 copy color: '#63133C'

red 99 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #63133C

Tints of Pompadour #63133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 55.62%
G = 10.67%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#63133C (or 0x63133C) is known color: Pompadour. HEX triplet: 63, 13 and 3C. RGB value is (99,19,60). Sum of RGB (Red+Green+Blue) = 99+19+60=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133C is #9CECC3. Grayscale: #2F2F2F. Windows color (decimal): -10284228 or 3937123. OLE color: 3937123.

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

Color convert

RGB 99 19 60 -
CMYK 0 0.81 0.39 0.61
HSL 329.25º 0.68% 0.23% -
HSV(B) 329.25º 0.81% 0.39% -
XYZ 6.19 3.44 4.61 -
YUV 47.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 99 19 60 0 0.81 0.39 0.61 329.25 0.68 0.23
Hex 63 13 3C 0 51 27 3D 149 44 17
Octal 143 23 74 0 121 47 75 511 104 27
Binary 1100011 10011 111100 0 1010001 100111 111101 101001001 1000100 10111

Color Harmonies of #63133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63133C

Black with #63133C

Text Example


Text Example

White with #63133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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