Html Css Color HEX #63304B Tawny Port

📋 copy color: '#63304B'

red 99 ◦ green 48 ◦ blue 75

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

Shades of Tawny Port #63304B

Tints of Tawny Port #63304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 44.59%
G = 21.62%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63304B (or 0x63304B) is known color: Tawny Port. HEX triplet: 63, 30 and 4B. RGB value is (99,48,75). Sum of RGB (Red+Green+Blue) = 99+48+75=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63304B is #9CCFB4. Grayscale: #424242. Windows color (decimal): -10276789 or 4927587. OLE color: 4927587.

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

Color convert

RGB 99 48 75 -
CMYK 0 0.52 0.24 0.61
HSL 328.24º 0.35% 0.29% -
HSV(B) 328.24º 0.52% 0.39% -
XYZ 7.47 5.27 7.28 -
YUV 66.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 99 48 75 0 0.52 0.24 0.61 328.24 0.35 0.29
Hex 63 30 4B 0 34 18 3D 148 23 1D
Octal 143 60 113 0 64 30 75 510 43 35
Binary 1100011 110000 1001011 0 110100 11000 111101 101001000 100011 11101

Color Harmonies of #63304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63304B

Black with #63304B

Text Example


Text Example

White with #63304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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