Html Css Color HEX #633048 Tawny Port

📋 copy color: '#633048'

red 99 ◦ green 48 ◦ blue 72

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

Shades of Tawny Port #633048

Tints of Tawny Port #633048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 45.21%
G = 21.92%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#633048 (or 0x633048) is known color: Tawny Port. HEX triplet: 63, 30 and 48. RGB value is (99,48,72). Sum of RGB (Red+Green+Blue) = 99+48+72=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #633048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633048 is #9CCFB7. Grayscale: #414141. Windows color (decimal): -10276792 or 4730979. OLE color: 4730979.

HSL color Cylindrical-coordinate representation of color #633048: hue angle of 331.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633048 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 72 -
CMYK 0 0.52 0.27 0.61
HSL 331.76º 0.35% 0.29% -
HSV(B) 331.76º 0.52% 0.39% -
XYZ 7.37 5.23 6.75 -
YUV 65.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 99 48 72 0 0.52 0.27 0.61 331.76 0.35 0.29
Hex 63 30 48 0 34 1B 3D 14C 23 1D
Octal 143 60 110 0 64 33 75 514 43 35
Binary 1100011 110000 1001000 0 110100 11011 111101 101001100 100011 11101

Color Harmonies of #633048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633048

Black with #633048

Text Example


Text Example

White with #633048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633048; }

 p { color: rgb(99,48,72); }

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

background-color css

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

 a { background-color: rgb(99,48,72); }

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

border-color css

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

 span { border-color: rgb(99,48,72); }

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