Html Css Color HEX #633142 Tawny Port

📋 copy color: '#633142'

red 99 ◦ green 49 ◦ blue 66

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

Shades of Tawny Port #633142

Tints of Tawny Port #633142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 46.26%
G = 22.9%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#633142 (or 0x633142) is known color: Tawny Port. HEX triplet: 63, 31 and 42. RGB value is (99,49,66). Sum of RGB (Red+Green+Blue) = 99+49+66=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #633142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633142 is #9CCEBD. Grayscale: #414141. Windows color (decimal): -10276542 or 4338019. OLE color: 4338019.

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

Color convert

RGB 99 49 66 -
CMYK 0 0.51 0.33 0.61
HSL 339.6º 0.34% 0.29% -
HSV(B) 339.6º 0.51% 0.39% -
XYZ 7.23 5.24 5.79 -
YUV 65.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 99 49 66 0 0.51 0.33 0.61 339.6 0.34 0.29
Hex 63 31 42 0 33 21 3D 154 22 1D
Octal 143 61 102 0 63 41 75 524 42 35
Binary 1100011 110001 1000010 0 110011 100001 111101 101010100 100010 11101

Color Harmonies of #633142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633142

Black with #633142

Text Example


Text Example

White with #633142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633142; }

 p { color: rgb(99,49,66); }

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

background-color css

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

 a { background-color: rgb(99,49,66); }

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

border-color css

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

 span { border-color: rgb(99,49,66); }

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