Html Css Color HEX #632F48 Tawny Port

📋 copy color: '#632F48'

red 99 ◦ green 47 ◦ blue 72

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

Shades of Tawny Port #632F48

Tints of Tawny Port #632F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

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

R = 45.41%
G = 21.56%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#632F48 (or 0x632F48) is known color: Tawny Port. HEX triplet: 63, 2F and 48. RGB value is (99,47,72). Sum of RGB (Red+Green+Blue) = 99+47+72=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #632F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F48 is #9CD0B7. Grayscale: #414141. Windows color (decimal): -10277048 or 4730723. OLE color: 4730723.

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

Color convert

RGB 99 47 72 -
CMYK 0 0.53 0.27 0.61
HSL 331.15º 0.36% 0.29% -
HSV(B) 331.15º 0.53% 0.39% -
XYZ 7.33 5.15 6.74 -
YUV 65.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 99 47 72 0 0.53 0.27 0.61 331.15 0.36 0.29
Hex 63 2F 48 0 35 1B 3D 14B 24 1D
Octal 143 57 110 0 65 33 75 513 44 35
Binary 1100011 101111 1001000 0 110101 11011 111101 101001011 100100 11101

Color Harmonies of #632F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F48

Black with #632F48

Text Example


Text Example

White with #632F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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