Html Css Color HEX #63364B Tawny Port

📋 copy color: '#63364B'

red 99 ◦ green 54 ◦ blue 75

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

Shades of Tawny Port #63364B

Tints of Tawny Port #63364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 43.42%
G = 23.68%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63364B (or 0x63364B) is known color: Tawny Port. HEX triplet: 63, 36 and 4B. RGB value is (99,54,75). Sum of RGB (Red+Green+Blue) = 99+54+75=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63364B is #9CC9B4. Grayscale: #454545. Windows color (decimal): -10275253 or 4929123. OLE color: 4929123.

HSL color Cylindrical-coordinate representation of color #63364B: hue angle of 332º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63364B is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 54 75 -
CMYK 0 0.45 0.24 0.61
HSL 332º 0.29% 0.3% -
HSV(B) 332º 0.45% 0.39% -
XYZ 7.73 5.8 7.37 -
YUV 69.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 99 54 75 0 0.45 0.24 0.61 332 0.29 0.3
Hex 63 36 4B 0 2D 18 3D 14C 1D 1E
Octal 143 66 113 0 55 30 75 514 35 36
Binary 1100011 110110 1001011 0 101101 11000 111101 101001100 11101 11110

Color Harmonies of #63364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63364B

Black with #63364B

Text Example


Text Example

White with #63364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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